I am trying to maintain a global .less file which @imports the rest of the application .less files.
I am currently developing this project in Visual Studio 2012 using the Web Essentials extension which automatically generates css files on save.
However it only compiles the .less file which has just been saved and it's children and I want upstream "master" .less files which @import the current file to be compiled.
Anyone know how to do this?