Minify Javascript files using UglifyJS on Windows. A batch file is also available on GitHub for easily minifying multiple files using drag and drop.
Preparation
1. Node.js must be installed. Get it here: https://nodejs.org
2. npm install -g uglify-js
Convert
3. uglifyjs script_name.js -o script_name.min.js
Batch File (uglifyme.bat): https://github.com/PlethoraThemes/ugl…
Add Comment