Re: LESS CSS

2012-08-09 Thread André Luis
...@classoutfit.com javascript: wrote: Why? Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jul 2012, at 13:41:39, André Luis wrote: The problem is: I need to add the less css inside a view using $this-Html-css('file.less',false,array('inline'=false)); In my opinion it would

LESS CSS

2012-07-19 Thread André Luis
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

Re: LESS CSS

2012-07-19 Thread Andy Gale
-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

Re: LESS CSS

2012-07-19 Thread Jeremy Burns | Class Outfit
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

Re: LESS CSS

2012-07-19 Thread André Luis
The problem is: I need to add the less css inside a view using $this-Html-css('file.less',false,array('inline'=false)); In my opinion it would be nice if CakePHP checks for the extension, if there is no extension it adds .css, but if exists, it doesnt. Em quinta-feira, 19 de julho de 2012

Re: LESS CSS

2012-07-19 Thread Jeremy Burns | Class Outfit
Why? Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jul 2012, at 13:41:39, André Luis wrote: The problem is: I need to add the less css inside a view using $this-Html-css('file.less',false,array('inline'=false)); In my opinion it would be nice if CakePHP checks

Re: LESS CSS

2012-07-19 Thread Thiago Belem
On Thu, Jul 19, 2012 at 10:10 AM, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: Why? Jeremy Burns Class Outfit http://www.classoutfit.com On 19 Jul 2012, at 13:41:39, André Luis wrote: The problem is: I need to add the less css inside a view using $this-Html-css