This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
distribute source maps #1714
Closed
Description
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.