madskristensen / WebEssentials2012

http://vswebessentials.com
Other
95 stars 46 forks source link

Commented-out sourceMappingURL not recognized by Chrome #80

Open jordisan opened 9 years ago

jordisan commented 9 years ago

The format of the reference to the source map file is currently like this:

/*
//# sourceMappingURL=hult2015.min.js.map
*/

But this way, Chrome doesn't automatically recognize source map files. Everything works fine using just this:

//# sourceMappingURL=hult2015.min.js.map