Upgrade ember-source to master in new blueprint#7976
Upgrade ember-source to master in new blueprint#7976kellyselden merged 1 commit intoember-cli:masterfrom dcyriller:update-mu-ember-source
new blueprint#7976Conversation
|
If using master branch of EDIT: switched to canary build (instead of master branch) |
new blueprintnew blueprint
new blueprintnew blueprint
|
@dcyriller I tried making this change locally in a project to see if it helps. It does allow me to generate both routes and services correctly in the In fact, I don't see an |
|
@CodingItWrong I updated the PR with |
Especially, bump ember-source canary version
|
@dcyriller yup, using that updated canary build works for me! i as a non-merge-access person approve this PR 👍 hehe. Much appreciated!!!! |
|
Ping to reviewers—can someone review and merge this PR? |
|
LGTM thanks. |
This fixes a bug some MU experimenters ran into.
How to reproduce
Create a new MU app with latest
ember-cliand generate a route / service.When doing
EMBER_CLI_MODULE_UNIFICATION=true ember new my-app, users get a project with an outdated version ofember-source(from March).Then,
EMBER_CLI_MODULE_UNIFICATION=true ember generate route foodo not have the expected behavior, it generates the files insideappdirectory.