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

inject runtime config only if FastBoot dependency exists #121

Conversation

jelhan
Copy link
Collaborator

@jelhan jelhan commented Dec 15, 2019

Ensures that runtime configuration is not injected if it's not needed cause consuming app does not have a dependency on FastBoot.

Have verified manually that it's working by using this feature branch in a new app. ember-cli-version-checker seems to report wrong information if used with yarn link and ember-cli-content-security-policy, which makes testing this one difficult and may cause confusion. Symlinking the addon may be causing the issue in both cases. Need to investigate a little bit more and report their.

It also sounds similar to ember-cli/ember-cli-version-checker#93. There the issue was traced down that some dependencies was causing an old version of ember-cli-version-checker to be used. Need to investigate if that one cause the issues here as well. But will do separately. Please feel free to merge this one with the skipped test.

Closes #116

@jelhan jelhan mentioned this pull request Dec 17, 2019
10 tasks
index.js Outdated Show resolved Hide resolved
jelhan and others added 2 commits December 20, 2019 16:16
Co-Authored-By: Robert Jackson <me@rwjblue.com>
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.

Runtime configuration should not be injected if application does not have FastBoot dependency
2 participants