Last active
September 18, 2015 23:54
-
-
Save avdg/5d5965b00ae32453ab95 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
. ~/.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