Skip to content

Instantly share code, notes, and snippets.

@avdg
Last active September 18, 2015 23:54
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 avdg/5d5965b00ae32453ab95 to your computer and use it in GitHub Desktop.
Save avdg/5d5965b00ae32453ab95 to your computer and use it in GitHub Desktop.
. ~/.nvm/nvm.sh
npm install uglify-js
wget "https://code.jquery.com/jquery-2.1.4.js" -Ojquery.js
nvm install 0.10
time node node_modules/.bin/uglifyjs jquery.js > jquery.min.js
nvm install 0.12
time node node_modules/.bin/uglifyjs jquery.js > jquery.min.js
nvm install stable
time node node_modules/.bin/uglifyjs jquery.js > jquery.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment