chore(demo): add note about the copy scripts

This commit is contained in:
Ken Sodemann
2017-12-08 10:14:59 -06:00
committed by GitHub
parent 6a6221eb48
commit 42243952dd

View File

@ -31,3 +31,6 @@ In order to test local changes they need to be copied into `node_modules` after
1. In `packages/demos/angular`, run `cp -r ../../core/dist node_modules/\@ionic/core/dist` 1. In `packages/demos/angular`, run `cp -r ../../core/dist node_modules/\@ionic/core/dist`
Use a similar procedure if you want to test local changes to `@ionic/angular` Use a similar procedure if you want to test local changes to `@ionic/angular`
**Note:** A couple of short scripts have been created to handle the copy bits. Just run `./cpang.sh` or `./cpcore.sh` from
`packages/demos/angular` after you have built `@ionic/angular` or `@ionic/core`.