Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 2fca23f

Browse files
committed
Make 'ionic serve' support plugins. Thanks for https://github.com/petermetz for providing this workaround in ionic-team/ionic-cli#354!
1 parent a7501cb commit 2fca23f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deus-mobile/docs/bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Make Cordova believe that we are in Cordova project.
7373

7474
## Set up browser emulation
7575

76-
To run application in browser (not all plugins are supported):
76+
To run application in browser with auto-reload on changes (not all plugins are supported):
7777

78-
ionic run browser
78+
ionic serve
7979

8080
## Set up Android app
8181

deus-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"ionic:build": "ionic-app-scripts build",
8-
"ionic:serve": "ionic-app-scripts serve",
8+
"ionic:serve": "ionic-app-scripts serve --iscordovaserve --wwwDir platforms/browser/www/ --buildDir platforms/browser/www/build",
99
"test": "ng test"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)