Skip to content

Commit

Permalink
Update formatting per #9
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Jun 21, 2014
1 parent b903ca6 commit 0c5cd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ The Basics

`grunt` - Will run the default task set up in your Gruntfile.js (same as `grunt default`).

`grunt {taskname}` - Will run a task specified in the Gruntfile.js so something like `grunt sass` will run the Sass task once and then exit out.
`grunt <taskname>` - Will run a task specified in the Gruntfile.js so something like `grunt sass` will run the Sass task once and then exit out.

`grunt watch` - Similarly will continuously watch your directory to dynamically run `watch` tasks (defined in Gruntfile.js) as files are modified.

0 comments on commit 0c5cd31

Please sign in to comment.