Navigation Menu

Skip to content

crito/docpad-plugin-browserifybundler

Repository files navigation

Build Status NPM version Gittip donate button

Bundle your client side JavaScript using browserify for docpad.

Install

  • Use: require('docpad-plugin-browserifybundler')
  • Install: npm install --save docpad-plugin-browserifybundler
  • Use: require('docpad-plugin-browserifybundler')
  • Install: ender add docpad-plugin-browserifybundler

Getting Started

npm install --save docpad-plugin-browserifybundler

Configure browserify in your docpad.coffee:

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

Both the inFiles and the excludes option can be either a string or an array of strings.

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

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

Copyright © 2013+ Christo Buschek crito@cryptodrunks.net

About

Docpad plugin that bundles your client side JavaScript using browserify.

Resources

License

Stars

Watchers

Forks

Packages

No packages published