caleb / broccoli-fast-browserify

A caching, flexible Browserify Broccoli filter
https://github.com/caleb/broccoli-fast-browserify
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Add browserify.add option #11

Open Globegitter opened 8 years ago

Globegitter commented 8 years ago

This accepts either a string or an array of files. See https://github.com/substack/node-browserify#baddfile-opts

Don't merge just yet, still testing this with my project!

caleb commented 8 years ago

Cool! Out of curiosity, what's the difference between add() and the entries option?