/ Published in: JavaScript
If you happen to have 5 or 6 javascript files that you'd like to compress into 1, then try uglify within terminal.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//First download uglify-js. The -g params allows you to make command-line tools //sudo npm install -g uglify-js cat * | uglifyjs -o script.js