From 3fff69cbf83b10159c33074cffe40738701bc2fe Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 02:56:56 -0700 Subject: [PATCH] Created Grunt plugin (markdown) --- Grunt-plugin.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Grunt-plugin.md diff --git a/Grunt-plugin.md b/Grunt-plugin.md new file mode 100644 index 0000000..524d160 --- /dev/null +++ b/Grunt-plugin.md @@ -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. \ No newline at end of file