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

Compress + Mangle minified output. #564

Merged
merged 1 commit into from
May 2, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 2, 2014

Before:

ember build --environment=production
% ls -lah dist/assets/app.js
-rw-r--r--  1 rjackson  staff   781K May  1 22:24 dist/assets/app.js

After:

% ember build --environment=production
% ls -lah dist/assets/app.js
-rw-r--r--  1 rjackson  staff   523K May  1 22:26 dist/assets/app.js

twokul added a commit that referenced this pull request May 2, 2014
@twokul twokul merged commit 67c1ad6 into ember-cli:master May 2, 2014
@stefanpenner
Copy link
Contributor

Oh boy. I though we already did this. My bad

@rwjblue rwjblue deleted the use-better-uglify-options branch July 3, 2014 02:00
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.

None yet

3 participants