You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,9 @@ If you already have a Cordova project here it will not be overwritten.
48
48
49
49
1.#### Set your config.locationType to 'hash'.
50
50
51
-
2. As a final step, add your desired platforms, e.g.:
51
+
2. Cordova requires relative asset paths so check that none of yours are absolute. For ember-cli v2.7.0 and newer, you'll want to remove the references to `{{rootURL}}` from the asset paths in `app/index.html`.
52
+
53
+
3. As a final step, add your desired platforms, e.g.:
0 commit comments