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

More dynamic config fixes. #1825

Merged
merged 1 commit into from
Aug 31, 2014
Merged

More dynamic config fixes. #1825

merged 1 commit into from
Aug 31, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 31, 2014

  • Ensures that AppNameENV and EmberENV are setup before the vendor files have been loaded.
  • Ensures that the <base> tag changes when the config file is updated.
  • Injects the /tests/index.html with the test environment configuration (was previously whatever server was running).

Address #1750.
Fixes #1793.

* Ensures that `AppNameENV` and `EmberENV` are setup *before* the
  vendor files have been loaded.
* Ensures that the `<base>` tag changes when the config file is updated.
* Injects the `/tests/index.html` with the `test` environment
  configuration (was previously whatever server was running).
rwjblue added a commit that referenced this pull request Aug 31, 2014
@rwjblue rwjblue merged commit b942722 into ember-cli:master Aug 31, 2014
@rwjblue rwjblue deleted the fix-things branch August 31, 2014 04:24
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.

#1777 breaks FEATURES that need to be marked before vendor.js is loaded
2 participants