Skip to content

Commit 683c5de

Browse files
authored
Update README.md
Refs: #60
1 parent b841d5f commit 683c5de

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ ember-module-migrator
2828
```
2929

3030
After 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)
3337
on 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:
4650
ember 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

0 commit comments

Comments
 (0)