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

add support for unique ids to help track down tricky minification issues #515

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

arkarkark
Copy link

sometimes (especially with AngularJS) you get errors only in your uglified code that are about function(e){}
which is hard to track down when there are 4700 function(e){}

This option makes each parameter name unique to help you find the area of code where the problem was.
see http://stackoverflow.com/a/25109762/1969871 for an example. I'm not suggesting you use it all the time, but just to help track down problems if they happen.

Hopefully you think this is useful. I'm not sure it's the best way to implement it, but it worked for me.

@atahrijouti
Copy link

Any update on this ?

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

Successfully merging this pull request may close these issues.

3 participants