This commit is contained in:
Ashwin Ramaswami SMILEUPPS-2150E2452E 2016-07-16 15:37:01 -04:00 коммит произвёл GitHub
Родитель 50e63d90da
Коммит bea028a2ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ due to an issue with the [npm package 'ios-sim'](https://www.npmjs.com/package/i
Livereload doesn't work with projects created with an Ionic Base Template (via `taco create foo --template https://github.com/driftyco/ionic-app-base`).
This is due to the fact that the `cordova-plugin-whitelist` plugin isn't part of the template's config.xml.
To resolve it, do the following:
- `taco platform add cordova-plugin-whitelist --save`
- `taco plugin add cordova-plugin-whitelist --save`
- `taco run <platform> --livereload`