0

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.

Megaroeny
  • 817
  • 3
  • 14
  • 27

1 Answers1

1

For the moment only Chrome seems to support sourcemaps with CSS. See Working with CSS Preprocessors for how to use them there.

Update: Firefox (v.29+) now supports CSS sourcemaps too. See Live Editing Less in the Developer Tools

seven-phases-max
  • 11,765
  • 1
  • 45
  • 57
  • Chrome canary now supports sourcemaps with LESS. See http://dev.tutsplus.com/tutorials/working-with-less-and-the-chrome-devtools--net-36636?utm_source=CSS-Weekly&utm_campaign=Issue-95&utm_medium=email – NkS Jan 28 '14 at 06:09