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

don’t minify files that already advertise as minified. #26

Merged
merged 1 commit into from
Mar 4, 2016

Conversation

stefanpenner
Copy link
Collaborator

just an idea, curious what others think.

We could also detect the content of the file seems sufficiently minified and skip it?

@stefanpenner
Copy link
Collaborator Author

@ef4 r?

@ef4
Copy link
Collaborator

ef4 commented Mar 4, 2016

👍

stefanpenner added a commit that referenced this pull request Mar 4, 2016
don’t minify files that already advertise as minified.
@stefanpenner stefanpenner merged commit bda7838 into ember-cli:master Mar 4, 2016
@stefanpenner
Copy link
Collaborator Author

@ef4 do you think its worth it, to read the contents of files and see if they look minified?

@stefanpenner stefanpenner deleted the dont-minify-min-files branch March 4, 2016 01:12
@rwjblue
Copy link
Member

rwjblue commented Mar 8, 2016

Broke Ember's build 😿

@rwjblue
Copy link
Member

rwjblue commented Mar 8, 2016

Basically, in emberjs-build we copy ember.prod.js to ember.min.js then we minify. I'll work on getting that updated (because its pretty crazy now ;P).

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

Successfully merging this pull request may close these issues.

4 participants