docpad-plugin-browserifybundler

2.0.4 • Public • Published

Build Status NPM version Gittip donate button

Bundle your client side JavaScript using browserify for docpad.

Install

Node & Browserify

  • Use: require('docpad-plugin-browserifybundler')
  • Install: npm install --save docpad-plugin-browserifybundler
  • CDN URL: //wzrd.in/bundle/docpad-plugin-browserifybundler@2.0.4

Ender

  • 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

/docpad-plugin-browserifybundler/

    Package Sidebar

    Install

    npm i docpad-plugin-browserifybundler

    Weekly Downloads

    5

    Version

    2.0.4

    License

    MIT

    Last publish

    Collaborators

    • crito