I have a less file main.less
that @imports
other less files so they can all be compiled into a single main.css
file.
With Web Essentials 2013, saving any of the imported files would trigger a compile of the main.less
- which isn't happening with this extension.
Is there a configuration I'm missing?
Right now I use Alt-Shift-y as a workaround to force compile all the less files.
I don't want to go with the grunt solution, described here