File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ ember-module-migrator
2828```
2929
3030After running the migrator itself, you will need to update several files
31- to boot an application. The best path forward is to run the
31+ to boot an application in order to boot it.
32+
33+ ### Booting a migrated app
34+
35+ The best path forward is to run the
3236[ ember-module-unification-blueprint] ( https://github.com/emberjs/ember-module-unification-blueprint )
3337on the converted app:
3438
@@ -45,6 +49,11 @@ on the converted app:
4549# If you are already running 2.14, you can jump right to the command:
4650ember init -b ember-module-unification-blueprint
4751```
52+ Additionally any component names not in a template are not recognized by the
53+ migrator. For example if you have a computed property that returns the
54+ string ` "widget/some-thing" ` using that string with the ` {{component ` helper
55+ will now cause an error. You must convert these component named to not have ` / `
56+ characters in their strings.
4857
4958### Running module unification with fallback to classic app layout
5059
You can’t perform that action at this time.
0 commit comments