1.0.0 • Published 11 years ago
zuulnice v1.0.0
zuulnice
Zuul plays nice with Browserify
Install
From npm.
npm install zuulniceUse
Configure Zuul using the .zuul.yml yaml file. First off, add the zuulnice builder.
builder: zuulniceIt works exactly like the default builder, and it adds extra functionality through the yaml configuration. You can set any of the configuration elements in the list below.
pluginexternalignoreexcludetransformaddrequire
The syntax is as follows. You can pass options to any of them, and you can use multiples as the configuration object is treated as an array!
builder: zuulnice
browserify:
- plugin: proxyquire-universal
- require: ./some-file.js
expose: intimidate
entry: true
- external: ./some-module.js
- transform: brfs
- transform: jadeifyYou can also configure what's passed as the opts to browserify(opts) by adding an items with the options property.
builder: zuulnice
browserify:
- plugin: proxyquire-universal
- transform: brfs
- options:
extensions: .js, .jsonLicense
MIT
1.0.0
11 years ago