lessless
lessless copied to clipboard
add --followonly option
Add option for lessless to only compile the LESS files it finds in html links, instead of the default compiling of all LESS files.
I would even think about making this the default and add a --compileall option instead. Either way, I'm looking forward to seeing this feature implemented. :-)
+1 This makes lessless unusable when style.less imports a varibles.less and then whatever.less which uses variables, with error that variable isn't defined, because it seems it's trying to independently compile whatever.less