Bundle your client side JavaScript using browserify for docpad.
- Use:
require('docpad-plugin-browserifybundler')
- Install:
npm install --save docpad-plugin-browserifybundler
- Use:
require('docpad-plugin-browserifybundler')
- Install:
ender add docpad-plugin-browserifybundler
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.
Discover the change history by heading on over to the History.md
file.
Discover how you can contribute by heading on over to the Contributing.md
file.
These amazing people are maintaining this project:
- Christo Buschek crito@cryptodrunks.net
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- crito (https://github.com/crito) - view contributions
Licensed under the incredibly permissive MIT license
Copyright © 2013+ Christo Buschek crito@cryptodrunks.net