As far as I understand there are different solutions to handle .less files in a ASP.Net MVC application, including:
So far I'm working in an environment where Web Essentials is already installed and automatically compiles my .less files to CSS.
But in the Bundling and Minification article they mention dot-less for .less files management and bundling.
Which is the recommended solution? Does anyone have feedback on how to integrate .less in an ASP.Net MVC?