This package has been deprecated

Author message:

Sorry I don't use docpad anymore

docpad-plugin-gulp

2.1.6 • Public • Published

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:

  • Rob Loach (https://github.com/robloach)

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

Package Sidebar

Install

npm i docpad-plugin-gulp

Weekly Downloads

1

Version

2.1.6

License

MIT

Last publish

Collaborators

  • grantcodes