grantcodes / docpad-plugin-gulp

Run Grunt.js tasks when building with DocPad

Home Page:http://gruntjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp Plugin for DocPad

Run gulp tasks when building with DocPad.

Install

$ docpad install gulp

Configure

By default, the plugin will run the default tasks associated with gulp during the writeAfter event with DocPad. This is equivalent to adding the following configuration to your DocPad configuration file:

  plugins:
    gulp:
      writeAfter: []

The following will run the "cssmin" task from gulp during the generateAfter event:

  plugins:
    gulp:
      writeAfter: false
      generateAfter: ["cssmin"]

To run your task in the background, set the background option to true.

  plugins:
    gulp:
      background: true
      writeAfter: []

History

You can discover the history inside the HISTORY.md file

Contributing

You can discover the contributing instructions inside the CONTRIBUTING.md file

Backers

Maintainers

These amazing people are maintaining this project:

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT License

Copyright © 2013 Rob Loach

About

Run Grunt.js tasks when building with DocPad

http://gruntjs.com

License:Other


Languages

Language:CoffeeScript 89.6%Language:JavaScript 8.1%Language:HTML 2.2%