I have installed web essentials 2013 and I created a default MVC project for testing purposes to try LESS functionality.
I removed all the bootstrap CSS files and i put a folder named less inside Content with all the bootstrap's .less files but when i right click on them the web essentials menu is all grayed out and it doesn't compile anything...
How can I include less files inside a web page with auto compile using Web Essentials. Is that possible?
The settings of web essentials are the following:
"Less": {
"CompileOnBuild": true,
"CompileOnSave": false,
"EnableChainCompilation": true,
"GenerateSourceMaps": true,
"MinifyInPlace": false,
"OutputDirectory": "css",
"ProcessSourceMapsForEditorEnhancements": true,
"ShowPreviewPane": true,
"StrictMath": false
}


less.jsfile (for compiling in the browser) and reference thestyles.less(or whatever yours is called). this way anybody that uses a project (another member on the team) that doesn't use web essentials will always have the compile files - Rob Scott