Using LESS with MVC5 in Visual Studio 2013 with Web Essentials

asp.net-mvc, less, model-view-controller, visual-studio-2013, web-essentials

Solution

When you add a .less file and save, the Web Essentials will compile and generate the .css and .min.css files. You will see an arrow in your solution explorer, or you can also confirm in your file system that the files are in the same folder.

Problem

I have installed Visual Studio 2013 with Update 2 and installed Web Essentials. I had thought this was going to make adding LESS to my views a piece of cake, but am missing something. The editor is great, and I imagine that it is compiling to css on save... But I don't know where the generated css is, and I don't have any clue as to how to get it reference in my view. I've tried a lot of searching, but can't get through the web of links about installing this and the features of that. Any help at all will be greatly appreciated. Thanks!

Original source