Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

distribute source maps #1714

Closed
gregwebs opened this issue Dec 17, 2012 · 0 comments · Fixed by #2907
Closed

distribute source maps #1714

gregwebs opened this issue Dec 17, 2012 · 0 comments · Fixed by #2907

Comments

@gregwebs
Copy link

I just had a production error.

TypeError: string is not a function.
1 File https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js line 70 col 45
...

Here is the code for the failure point:

g(e[0],e[1],e[2],e[3],e[4])}}

I am currently generating source maps with UglifyJS and I can easily recover the real source code of the error for my own compressed files. We should do the same for angularJS!

Is there a closure compiler user that can help integrate source maps? I tried to look up how to, but it seemed like it might be a little tricky.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant