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 Sep 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,3 +166,16 @@ It's equal to run separately:
166
166
*`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`.
167
167
168
168
*`grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build:gh-pages`.
169
+
170
+
171
+
### Dist
172
+
173
+
This repo is using the [angular-ui/angular-ui-publisher](https://github.com/angular-ui/angular-ui-publisher).
174
+
New tags will automatically trigger a new publication.
175
+
To test is locally you can trigger a :
176
+
177
+
```sh
178
+
grunt dist build:bower
179
+
```
180
+
181
+
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