2.1.6 • Published 9 years ago

docpad-plugin-gulp v2.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

2.1.6

9 years ago

2.1.5

10 years ago

2.1.4

10 years ago

2.1.3

10 years ago