Skip to content

Instantly share code, notes, and snippets.

@jiahaog
Created January 23, 2016 01:10
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 jiahaog/f78765301b8c6cd8aa6a to your computer and use it in GitHub Desktop.
Save jiahaog/f78765301b8c6cd8aa6a to your computer and use it in GitHub Desktop.
Browserify Node.js files
browserify app/src/main.js --node --ignore-missing --detect-globals false --debug -o app/lib/main.js && cp app/src/preload.js app/lib/preload.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment