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

Offline Minifier #105

Closed
gfwilliams opened this issue Oct 22, 2014 · 1 comment
Closed

Offline Minifier #105

gfwilliams opened this issue Oct 22, 2014 · 1 comment

Comments

@gfwilliams
Copy link
Member

Issues with rate limiting on google's closure compiler:

http://forum.espruino.com/conversations/254197/
http://forum.espruino.com/conversations/257006/

It might be possible to use https://github.com/mishoo/UglifyJS2 - it seems some minifiers use eval or Function() which means they can't run in a Web App, so we'd have to be careful...

However acorn (a parser used for tern) has been modified and now does work, so any minifiers based on that now stand a chance of working.

@gfwilliams
Copy link
Member Author

done now

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

No branches or pull requests

1 participant