gobble-browserify
Bundle CommonJS modules with gobble and Browserify
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-browserify
Usage
Given a file src/js/app.js that includes browserify-type require() statements in it:
var gobble = ;moduleexports = ;
License
MIT. Copyright 2014 Rich Harris