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

Use ember-addon.configPath from package.json if defined. #585

Merged
merged 1 commit into from Oct 29, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 28, 2020

This makes ember-try work much closer to how other ecosystem tools work (@ember/optional-features, ember-cli's lookup of config/environment.js and config/targets.js, ember-cli-code-coverage).

This is not a breaking change, as it still falls back to using the older hardcoded config/ember-try.js path.

Fixes #305

This makes `ember-try` work much closer to how other ecosystem tools
work (`@ember/optional-features`, `ember-cli`'s lookup of
`config/environment.js` and `config/targets.js`, `ember-cli-code-coverage`).

This is not a breaking change, as it still falls back to using the older
hardcoded `config/ember-try.js` path.
@rwjblue rwjblue merged commit cd0a440 into master Oct 29, 2020
@delete-merged-branch delete-merged-branch bot deleted the use-custom-config-path-if-defined branch October 29, 2020 11:39
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.

Ember-try doesn't read config location from package.json
1 participant