This package has been deprecated

Author message:

Deprecated in favor of docpad-plugin-browserifybundler, which fits the naming convention.

docpad-browserify-plugin

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i docpad-browserify-plugin

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • crito