Browserify Bundles for DocPad
![Development Dependency Status](https://david-dm.org/docpad/docpad-plugin-browserifybundles/dev-status.png?theme=shields.io)
![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)
Bundle scripts into browserify packages
Install
docpad install browserifybundles
Usage
Add the following to your docpad configuration file:
plugins:
browserifybundles:
bundles: [
{
arguments: ['-r', 'rtc-videoproc/filters/grayscale']
entry: 'videoproc.js'
out: 'videoproc-bundled.js'
},
{
ignore: 'jquery'
entry: 'miniview.js'
out: 'miniview-bundled.js'
}
]
The bundles
option is the list of bundles you want. Each bundle accepts the following arguments:
entry
a String pointing to which file should be executed right away with this bundle, it is prefixed with the project's outPath if it is a relative pathout
a String pointing to where the bundle should be written, it is prefixed with the project's outPath if it is a relative pathignore
a String or Array of Strings for which modules should not be bundled with this bundlerequire
a String or Array of Strings of paths that should be bundled with this bundlearguments
an Array of Strings that should be sent to the browserify executable
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:
No sponsors yet! Will you be the first?
![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)
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+ Bevry Pty Ltd us@bevry.me (http://bevry.me)