Question
Chaining and saving a less file does not compile the main less file
I have a style.less file that includes a bunch of other .less files all in a .pre folder. I've setup the site to use the .pre folder as source and a css folder as destination. Yet when I change a included less file the compiler does not create a new style.css
What do I need to do to autocompile when a include less file is changed and saved?
