-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
options in comments #361
Comments
Good idea. Perhaps an external script can read a .js file, find & set configurations, then call UglifyJS? |
Yes. |
IMHO it would be better for an external project to read & set configurations. |
Ok. I already use UglifyJS with a shell wrapper. |
All |
It could be a misunderstanding. /*jslint
bitwise, maxerr: 10, node
*/ |
Is it possible to specify options in comments?
/* uglifyjs unused=true */
The text was updated successfully, but these errors were encountered: