Does anyone know some good links on how to minimize / compress javascript files using YUI Compressor on Windows? I am trying to figure out how to install it and then compress javascript using the msdos command line.
Thank!
npm install yuicompressor
I would recommend uglify-js through the YUI Compressor, as it is in the process of being deprecated . Same as above.
gruntjs grunt-contrib-uglify.