ckjoris / broccoli-browserify

Browserify plugin for Broccoli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brocolli-browserify

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

Install

npm install --save-dev broccoli-browserify

Example

var browserify = require('broccoli-browserify');
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

About

Browserify plugin for Broccoli


Languages

Language:JavaScript 100.0%