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
Expand Up @@ -105,18 +105,13 @@ table th.sort-up:after {

## Building

Developers can rebuild the minified library by running:

``` bash
npm install --dev
make
```
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.

## TODOs

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

## Licence
Expand Down

0 comments on commit fc5c0cc

Please sign in to comment.