Skip to content

Commit e0e3a6f

Browse files
authored
Merge pull request #97 from jbrown/patch-1
Add relative asset paths note to README
2 parents 151ebe3 + c75d4da commit e0e3a6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ If you already have a Cordova project here it will not be overwritten.
4848

4949
1. #### Set your config.locationType to 'hash'.
5050

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.:
5254

5355
```cli
5456
ember cdv platform add ios

0 commit comments

Comments
 (0)