/broccoli-browserify

Browserify plugin for Broccoli

Primary LanguageJavaScript

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