0.1.5 • Published 10 years ago

broccolify v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago