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

Remove manual env === 'production' checks. #1929

Merged
merged 1 commit into from
Sep 8, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 8, 2014

We already have a enabled flag for each, why not use it?

Also, folks may need to minify other environemnts.

Closes #1444

We already have a `enabled` flag for each, why not use it?

Also, folks may need to minify other environemnts.
rwjblue added a commit that referenced this pull request Sep 8, 2014
Remove manual `env === 'production'` checks.
@rwjblue rwjblue merged commit 45d1b11 into ember-cli:master Sep 8, 2014
@rwjblue rwjblue deleted the remove-manual-production-checks branch September 8, 2014 01:31
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.

Allow minifcation of js/css in non-production environments
2 participants