Run Grunt tasks when building with DocPad.
$ docpad install grunt
By default, the plugin will run the default
tasks associated with Grunt during
the writeAfter event with DocPad.
This is equivilant to adding the following configuration to your DocPad
configuration file:
plugins:
grunt:
writeAfter: []
The following will run the "cssmin"
and "uglify"
tasks from Grunt during the
generateAfter event:
plugins:
grunt:
writeAfter: false
generateAfter: ["cssmin", "uglify"]
The following can be used if you want the default tasks to run but just show a warning if the Gruntfile fails and continue running.
plugins:
grunt:
warnOnError: true
Discover the change history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Unless stated otherwise all works are:
and licensed under: