Skip to content

Commit

Permalink
Adding a note about grunt in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Nov 10, 2012
1 parent ef9a692 commit fc5c0cc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -105,18 +105,13 @@ table th.sort-up:after {


## Building ## Building


Developers can rebuild the minified library by running: Tablesort relies on [Grunt](http://gruntjs.com) as its build tool. Simply run `grunt` to package code

from any contributions you make to `src/tablesort.js` before submitting pull requests.
``` bash
npm install --dev
make
```


## TODOs ## TODOs


* Tests * Tests
* Pass in an options object to: * Pass in an options object to:
- Choose which row to begin sorting on.
- EventListener to rebuild the table in Ender. - EventListener to rebuild the table in Ender.


## Licence ## Licence
Expand Down

0 comments on commit fc5c0cc

Please sign in to comment.