2.0.0 • Published 10 years ago

docpad-browserify-plugin v2.0.0

Weekly downloads
2
License
-
Repository
-
Last release
10 years ago

Build Status NPM version Gittip donate button

Bundle your client side JavaScript using browserify for docpad.

Install

Node, Browserify

  • Use: require('docpad-browserify-plugin')
  • Install: npm install --save docpad-browserify-plugin

Ender

  • Use: require('docpad-browserify-plugin')
  • Install: ender add docpad-browserify-plugin

Getting Started

npm install --save docpad-browserify-plugin

Configure browserify in your docpad.coffee:

plugins:
  browserify:
    outFile: '/scripts/main.js'
    inFiles: '/scripts/app.js'
    excludes: ['jquery']

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:

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button

Contributors

No contributors yet! Will you be the first? Discover how you can contribute by heading on over to the Contributing.md file.

License

Licensed under the incredibly permissive MIT license

Copyright © 2013+ Christo Buschek crito@cryptodrunks.net