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

Allow testing of production assets. #1230

Merged
merged 1 commit into from
Jul 2, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jul 2, 2014

  • Allow --environment to be used in ember test command.
  • Cleanup EmberApp so that it uses this.tests instead of checking for production environment.
  • Use process.env.EMBER_CLI_TEST_COMMAND to signify the current build was triggered by ember test (as opposed to ember build or ember server).
  • Consolidate process.env.EMBER_ENV checking to a single location.

This is pending ember-cli/broccoli-asset-rev#9.

Closes #215.

@stefanpenner
Copy link
Contributor

👍

@rwjblue rwjblue changed the title [WIP] Allow testing of production assets. Allow testing of production assets. Jul 2, 2014
rwjblue added a commit that referenced this pull request Jul 2, 2014
@rwjblue rwjblue merged commit 3cc49d3 into ember-cli:master Jul 2, 2014
@rwjblue rwjblue deleted the use-environment-consistently branch July 2, 2014 20:29
@xg-wang xg-wang mentioned this pull request Jun 4, 2018
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.

explore CI/tests running against compiled + minified production builds
2 participants