Bundle scripts into browserify packages
docpad install browserifybundles
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:
entrya 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 pathouta String pointing to where the bundle should be written, it is prefixed with the project's outPath if it is a relative pathignorea String or Array of Strings for which modules should not be bundled with this bundlerequirea String or Array of Strings of paths that should be bundled with this bundleargumentsan Array of Strings that should be sent to the browserify executable
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:
- Benjamin Lupton [email protected] (https://github.com/balupton)
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd [email protected] (http://bevry.me)
and licensed under:
- The incredibly permissive MIT License