Or compile the .less file into a .css file in your dev environment and use the .css file as normal. Lookup CodeKit - it's great.
Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jul 2012, at 13:30:17, Andy Gale wrote: > On Thu, Jul 19, 2012 at 1:25 PM, André Luis <[email protected]> wrote: > >> Hi people, i dont know if here is the right place to ask for this, but it >> would be nice if the HTML helper detects if the desired css file is a .css >> or .less, them it doesnt put a .css in front of the file, i always need to >> change my core files to accept the less files. And the less script doesnt >> accepts .css files =( > > You're not serving .less files to the browser though are you? If you > are you won't be too popular with Internet Explorer users. > > This is how to do it anyway: > > http://www.syahzul.com/cakephp/how-to-use-less-css-in-cakephp-application/ > > -- > Andy Gale > http://andy-gale.com > http://twitter.com/andygale > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
