Skip to content

Instantly share code, notes, and snippets.

@regou
Created June 6, 2014 04:57
Show Gist options
  • Save regou/5e185857a5204f6e7a69 to your computer and use it in GitHub Desktop.
Save regou/5e185857a5204f6e7a69 to your computer and use it in GitHub Desktop.
Browserify Bash Script
#!/bin/sh
#npm install watchify -g
shellpath=`dirname $0`
watchify $shellpath"/local-modules/main.js" -d -o $shellpath"/bundle.js" -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment