Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 546ab0e

Browse files
committed
docs(README): update Grunt serve behaves description
Closes #63
1 parent 645d6e5 commit 546ab0e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,17 @@ It's equal to run separately:
153153

154154
* `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`.
155155

156-
* `grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build-doc`.
156+
* `grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build:gh-pages`.
157+
158+
159+
### Dist
160+
161+
This repo is using the [angular-ui/angular-ui-publisher](https://github.com/angular-ui/angular-ui-publisher).
162+
New tags will automatically trigger a new publication.
163+
To test is locally you can trigger a :
164+
165+
```sh
166+
grunt dist build:bower
167+
```
168+
169+
it will put the final files in the _'dist'_ folder and a sample of the bower tag output in the _'out/built/bower'_ folder.

0 commit comments

Comments
 (0)