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 #104

Open franciscolourenco opened 9 years ago

franciscolourenco commented 9 years ago

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

The comments around the sourceMappingUrl seem to be the problem.

Works: //@ sourceMappingURL=index.map Works: //# sourceMappingURL=index.map

Doesn't work:

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

EDIT: LiveReload 2.3.74