0.1.5 • Published 9 years ago

broccolify v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

broccolify

Use require('modules') in the browser with browersify and broccoli

Install

npm install --save-dev broccolify

Example

var browserify = require('broccolify');
tree = browserify(tree, options);

API

browserify(tree, options)

####Options

Changelog

0.1.0

  • Updated to use broccoli-writer instead of deprecated broccoli-transform (thanks mjijackson)
  • Added require option to call browserify.require()
  • Improved Readme file

0.0.1

  • Initial release

Contributors

License

MIT © Gareth Andrew

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago