1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 11:22:33 +02:00

Update README.md

This commit is contained in:
koalyptus 2015-06-07 00:41:58 +10:00
parent 4240d3ca56
commit a0cc329453

View file

@ -37,7 +37,7 @@ sever on port ``8080``:
grunt dev grunt dev
``` ```
or the ``build`` task for a production build: Use the ``build`` task to generate a production build:
```shell ```shell
grunt build grunt build
@ -56,10 +56,11 @@ To run all the tests:
grunt test grunt test
``` ```
and to run a specific test: and to run specific test(s):
```shell ```shell
grunt test-only:test.html grunt test-only:test.html
grunt test-only:test.html,test-sort.html
``` ```
## License ## License