Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

grantcodes/docpad-plugin-gulp

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 89.7%
  • JavaScript 8.1%
  • HTML 2.2%