Skip to content

bevacqua/zuulnice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starting with zuul@1.15.2 this module is the default builder in zuul.

zuulnice

Zuul plays nice with Browserify

Install

From npm.

npm install zuulnice

Use

Configure Zuul using the .zuul.yml yaml file. First off, add the zuulnice builder.

builder: zuulnice

It 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.

  • plugin
  • external
  • ignore
  • exclude
  • transform
  • add
  • require

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: jadeify

You can also configure what's passed as the opts to browserify(opts) by adding an item with the options property.

builder: zuulnice
browserify:
  - transform: coffeeify
  - options:
      extensions:
        - .js
        - .json
        - .coffee

License

MIT

About

Zuul plays nice with Browserify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published