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

Use UglifyJS for minification #99

Closed
tracend opened this issue Jun 29, 2013 · 1 comment
Closed

Use UglifyJS for minification #99

tracend opened this issue Jun 29, 2013 · 1 comment
Labels

Comments

@tracend
Copy link
Member

tracend commented Jun 29, 2013

Google's Closure service was OK to implement but in production it has proven to be problematic - mostly because it's not designed to handle a lot of workload.

This error message keeps popping up:

Too many compiles performed recently. Try again later

From the looks of it it doesn't seem to be that uncommon:
https://www.google.com/search?q=google+closure+%22Too+many+compiles+performed+recently.+Try+again+later%22

To better serve the community it is best if this service is removed - instead of finding work arounds...

UglifyJS is pretty much a standard in the Node.js world and there's this project that is a lightweight application around it to use as an external service:
https://github.com/marijnh/UglifyJS-service

Using this service instead seems worth the effort.

@tracend
Copy link
Member Author

tracend commented Jul 3, 2013

Closing as addressed

@tracend tracend closed this as completed Jul 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant