Consider the following scenario:
I use Web Essentials, thus my .less files get compiled into .css, .map en -min.css files. I also use MVC StyleBundles.
Expectation: In release builds, the StyleBundle "handler" bundles and minifies all the .css files defined in the bundle. (not the .min files)
Actual result: In release builds, the StyleBundle "handler" does bundle, but uses the .min files generated by Web Essentials, if found. Else wise is minifies the .css itself.
Can I configure the "handler" to ignore the generated .min files and always minify the .css files itself?
Deleting all present .map en -min.css files and generating a solution-wide Web Essentials setting in which I disable the generation of minified files and is not a feasible solution in my team.
Thanks!

