Last active
August 29, 2015 14:23
-
-
Save erossignon/e81eaf4ba1390bf76d2b to your computer and use it in GitHub Desktop.
Browserify nodeopcua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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