Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sourceMappingURL has been changed to "//#" #440

Closed
tiye opened this issue Jun 28, 2013 · 3 comments
Closed

sourceMappingURL has been changed to "//#" #440

tiye opened this issue Jun 28, 2013 · 3 comments

Comments

@tiye
Copy link

tiye commented Jun 28, 2013

Chrome gives warning:

"//@ sourceMappingURL=" source mapping URL declaration is deprecated,
"//# sourceMappingURL=" declaration should be used instead. 

More infomation here:
http://updates.html5rocks.com/2013/06/sourceMappingURL-and-sourceURL-syntax-changed
Some issues found on Github:
https://github.com/search?q=sourceMappingURL&ref=cmdform&type=Issues

@esamattis
Copy link
Contributor

I guess this issue belongs to inline-source-map module.

Dependency tree:

browserify > browser-pack > combine-source-map > inline-source-map

@thlorenz
Copy link
Collaborator

thlorenz commented Jul 2, 2013

We'll have to wait with this change until all browsers that currently use the //@ scheme have updated to this newer scheme. See this issue for more info.

@ghost
Copy link

ghost commented Dec 20, 2013

Unfortunately this is not something we can realistically do for a while longer since all browsers that support //# currently support //@, but not all browsers that support //@ can support //#.

@ghost ghost closed this as completed Dec 20, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants