Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Nov 21, 2016
1 parent 4073342 commit 9b879bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ Before you run any tasks, you'll have to run the following from the command line

| Task | Description |
| ---- | ----------- |
| `grunt` | Default. Lints, builds everything in parallel and runs an express server and a watch task for dev changes. Prefer to use `npm start` instead. |
| `grunt` | Default. Lints, builds everything and run a watch task for dev changes. Prefer to use `npm start` instead. |
| `grunt lint` | Lints SASS and JS |
| `grunt test` | Runs JS tests |
| `grunt dist` | Builds documentation, modernizr, CSS and JS in production mode (minified etc). For deploying the web app itself. |
| `grunt prepublish` | Builds minified code for publishing to npm etc |

#### npm
Expand Down

0 comments on commit 9b879bb

Please sign in to comment.