livereload / LiveReload

LiveReload.app for Mac and Windows. See “develop” branch for the latest Windows release and LiveReload 3 progress. (NOTE: renamed from LiveReload2.)
http://livereload.com/
Other
1.43k stars 166 forks source link

Source Maps not working: update coffeescript version 1.7.1 -> 1.9.3 #103

Open franciscolourenco opened 9 years ago

franciscolourenco commented 9 years ago

Source maps are not currently working on Chrome with version Coffeescript v1.7.1, however v1.9.3 seems to work.

The comments around the sourceMappingUrl seem to be the problem.

Doesn't work:

/*
//@ sourceMappingURL=index.map
*/

Works:

//@ sourceMappingURL=index.map

Works:

//# sourceMappingURL=index.map