Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created March 6, 2016 01:14
Show Gist options
  • Select an option

  • Save ro31337/dad5c94cff0b6704b0ec to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/dad5c94cff0b6704b0ec to your computer and use it in GitHub Desktop.
var browserify = require('browserify');
var b = browserify();
b.add('./browser/main.js');
b.bundle().pipe(process.stdout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment