If you’re a browserify user, then beefy might help you bundle your JavaScript file automatically. It is a command line tool that runs a local node server which accepts a path to the JS file (with all your require()
calls) and serves the bundled asset via browserify.
Continue reading “Fast Automatic Browserify Bundling with Beefy”