Does anyone know any good links on how to minify/compress javascript files using YUI Compressor in Windows? I am trying to figure out how to get it installed, then compress javascript using the msdos command line.
Thanks!
npm install yuicompressor
I would recommend uglify-js over YUI Compressor since it is in a deprecation process. Same install as above.