Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created April 4, 2014 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/9968186 to your computer and use it in GitHub Desktop.
Save daleharvey/9968186 to your computer and use it in GitHub Desktop.
require('browserify')([ '/Users/daleharvey/src/pouchdb/tests/performance/perf.inserts.js',
'/Users/daleharvey/src/pouchdb/tests/performance/perf.reporter.js' ])
.bundle().pipe(require('fs').createWriteStream('api.bundle'));
$ browserify tests/performance/*.js > cli.bundle
-rw-r--r-- 1 daleharvey staff 664K 4 Apr 05:30 api.bundle
-rw-r--r-- 1 daleharvey staff 735K 4 Apr 05:30 cli.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment