Created Grunt plugin (markdown)

Dan Cryer 2013-10-17 02:56:56 -07:00
commit 3fff69cbf8

8
Grunt-plugin.md Normal file

@ -0,0 +1,8 @@
This plugin runs [Grunt](http://gruntjs.com/) tasks.
### Configuration Options:
* **directory** - Optional - The directory in which to run Grunt (defaults to build root.)
* **task** - Optional - The Grunt task to run.
* **grunt** - Optional - Path to Grunt.
* **gruntfile** - Optional - Gruntfile to run.