Turn off Less compiling
Permalink
I am working locally using Codekit to compile my less files. Is there a way I can stop C5 recompiling it?
It feels like I should be able to turn off C5's compiler so that it refreshes the page with the cache turned off without having to wait ages for it to check everything, but I cannot find how?
Thanks in advance.
It feels like I should be able to turn off C5's compiler so that it refreshes the page with the cache turned off without having to wait ages for it to check everything, but I cannot find how?
Thanks in advance.
If you just include the .css files in the theme's directory and leave out any .less files, c5 will continue to use your .css files. No less compiling.
I would add that the only reason to include the less files is to use Concrete5 styles editing allowing end users to modify certain elements f the design from the dashboard.
If you're not planning on that, no need to add the less files to your theme
If you're not planning on that, no need to add the less files to your theme
Thanks for the help - I have moved the less files outside the theme and
reconfigured the compiling to point to the theme directory. Hopefully it
will make it a little slicker.
Thanks
Mob: 07812183482
http://www.burbleweb.com
reconfigured the compiling to point to the theme directory. Hopefully it
will make it a little slicker.
Thanks
Mob: 07812183482
http://www.burbleweb.com
For those who dev their own themes locally, how do you avoid this, do you not compile your own Less?
Its quite slow and tedious running each small Less update and when refreshing having the wait for C5.8 to load. Even on a powerful mac, on localhost with MAMP.
I wonder is my workflow correct?