I'm using Visual Studio 2010. I'm also using the extension/plug-in Mindscape's Web Workbench. It allows you to use LESS in VS, as well as compile and generate source map files. I've never used a source map file, but I know what they do.
My issue is, how do I get my project to use it when I run the page? Do I need to include it in the <head>
? Or include it somewhere else?
Thanks for helping a noobie out.