Essentials 2013 context menu unavailable

Since one of the projects in my solution uses NodeJS / Grunt to compile its minor files, I turned off less compilation in Web Essentials using WebEssentials-Settings as part of the solution.

"Less": { "CompileOnBuild": false, "CompileOnSave": false, "GenerateSourceMaps": false, "MinifyInPlace": false, "OutputDirectory": null, "ShowPreviewPane": false, "EnableChainCompilation": false, "ProcessSourceMapsForEditorEnhancements": true, "StrictMath": false }, 

However, one obsolete project in this solution does not automatically create its Less files, so I decided to right-click the file and compile it from the Web Essentials context menu. Unfortunately, this menu is disabled. What is the reason how I can solve this?

+6
source share

Source: https://habr.com/ru/post/974886/


All Articles