tags:

views:

828

answers:

1

Duplicate:


They should perform the following functionalities: - checking for errors - optimize the code - removing unused code - packaging management - compress it (rename varialbe and property name to shorter ones) - obfuscate it (sometime it is the same as compress it.

+2  A: 

I have to say Yahoo's YUI Compressor. I have used it for a while now and really like it. Of course once I found one I liked I stopped looking.

javaflight is also worth checking out, its an ant task for the YUI Compressor.

Ryan Cook