1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-17 16:10:04 +01:00

publish README to gh-pages (auto)

branch:       master
SHA:          dc5b7ab41a
range SHA:    a3716371f808...dc5b7ab41ae0
build id:     189771128
build number: 534
This commit is contained in:
koalyptus 2017-01-07 12:08:06 +00:00
commit 8806978aa3

View file

@ -92,7 +92,7 @@ command to generate a production build.
The
```shell
npm run build-all
npm run dist
```
command will create a production build, run the tests and finally generate
the demos:
@ -118,7 +118,7 @@ to view the coverage report(s), open the `index.html` under the
Check out the online [examples](http://koalyptus.github.io/TableFilter/examples)
or generate the demos locally:
```shell
npm run build-demos
npm run build:demos
```
then run the local webserver:
```shell