Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Created February 3, 2014 22:12
Show Gist options
  • Save mikermcneil/8793487 to your computer and use it in GitHub Desktop.
Save mikermcneil/8793487 to your computer and use it in GitHub Desktop.
browserify, minify, and gzip Waterline
# browserify, minify, and gzip Waterline:
$ browserify lib/waterline.js -s Waterline | uglifyjs | gzip -c -f > browser/waterline.min.js.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment