docpad-plugin-grunt
v2.2.1
Published
Run Grunt tasks when building with DocPad.
Downloads
5
Readme
Grunt Plugin for DocPad
Run Grunt tasks when building with DocPad.
Install
$ docpad install grunt
Configure
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
History
Discover the change history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
- Rob Loach (http://robloach.net)
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
- dcohenb — view contributions
- Eric Vantillard — view contributions
- interpaul — view contributions
- Jeff Turner — view contributions
- paulradzkov — view contributions
- RobLoach — view contributions
License
Unless stated otherwise all works are:
- Copyright © Rob Loach (http://robloach.net)
and licensed under:
- The incredibly permissive MIT License