Skip to content

Instantly share code, notes, and snippets.

@erossignon
Last active August 29, 2015 14:23
Show Gist options
  • Save erossignon/e81eaf4ba1390bf76d2b to your computer and use it in GitHub Desktop.
Save erossignon/e81eaf4ba1390bf76d2b to your computer and use it in GitHub Desktop.
Browserify nodeopcua
export NODE_PATH=`pwd`
ulimit -n 3000
npm install browserify2 minifyjs -g
browserify --bare bin/simple_server.js --exclude usage --exclude node-expat --exclude ursa --exclude x509 | minifyjs --mangle toplevel --reserved '$,require,exports' --comments --preamble "// * Copyright 2014-2015 NodeOPCUA" -m -o simple_server.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment