Windows Javascript Compression

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!

+5
source share
2 answers

I would recommend uglify-js through the YUI Compressor, as it is in the process of being deprecated . Same as above.

+7
source
+1

All Articles