Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Oct 5, 2013
1 parent 64d4fac commit eae6ce8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ grunt.initConfig({
});
```

In the template, you've got access to the following variables:

- *task*: String with the name of the tasks to be run
- *args*: String with the list of arguments to provide to the task
- *gruntfileDirectory*: Absolute path to the directory containing the Gruntfile
- *preventExit*: Flag telling if the hook should avoid exiting after the grunt task

#### Extending the plugin

Pretty annoying when you're using a library that's missing the exact extension point you need to tweak its functionalities?
Expand Down

0 comments on commit eae6ce8

Please sign in to comment.