-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add source maps to the repo #1010
Labels
Comments
Just chiming in that I'm experiencing this as well |
psmolenski
added a commit
that referenced
this issue
Oct 10, 2013
I've added the missing source maps, however, now there has to be a |
psmolenski
added a commit
that referenced
this issue
Oct 10, 2013
psmolenski
referenced
this issue
Oct 17, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As pointed in #1009, Chrome Developer Tools show 404 (Not Found) error message about missing source maps:
As solution I propose to add missing source maps and files to which they link (without altering the files that contain the source map reference)
I'd rather keep the source maps, because this is also what jQuery does in their minified, production-ready files: http://jquery.com/download/
This issue only affects Chrome users with "Enable source maps" option enabled in the Developer Tools.
The text was updated successfully, but these errors were encountered: