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
{{ message }}
This repository was archived by the owner on May 25, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,10 @@ We have one task to serve them all !
106
106
grunt serve
107
107
```
108
108
109
-
It's equal to run separately:
109
+
It's equal to run separately:
110
+
111
+
*`grunt connect:server` : giving you a development server at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
110
112
111
113
*`grunt karma:server` : giving you a Karma server to run tests (at [http://localhost:9876/](http://localhost:9876/) by default). You can force a test on this server with `grunt karma:unit:run`.
112
114
113
-
*`grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build-doc`.
115
+
*`grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build:gh-pages`.
0 commit comments