From 879bbbf6b2dfdd011d4ecc99fd62e2fedf0b6d6d Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 26 Dec 2015 06:29:38 +0000 Subject: [PATCH] publish README to gh-pages (auto) branch: master SHA: 7fd2c29c71fae319c093c54be5d0a0128fd20c83 range SHA: 3a84392b79b8...7fd2c29c71fa build id: 98842799 build number: 145 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef4d3104..771effb8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,11 @@ grunt test-only:test.html,test-sort.html ``` ## Demos -Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or run the local webserver: +Check out the online [examples](http://koalyptus.github.io/TableFilter/examples) or generate the demos locally: +```shell +grunt build-demos +``` +then run the local webserver: ```shell grunt server ``` @@ -113,7 +117,7 @@ http://localhost:8080/demos/ ## Documentation Find exhaustive documentation on the configuration options in the [WIKI](https://github.com/koalyptus/TableFilter/wiki) section. -Autogenerated documentation of the ES6 javascript modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) +Autogenerated documentation of the ES6 modules is available on the website: [docs](http://koalyptus.github.io/TableFilter/docs) Run this task to generate the documentation in the ``docs/docs`` directory: ```shell