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?
I like dot-less for debugging, you shouldn't have to build every time you make a CSS change to see it in the website. Then in production dotless will also compile and minify the CSS for you. You just need to change the link to your css file in your layouts.