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.

Community
  • 1
  • 1
user95793
  • 11
  • 1
  • 2

1 Answers1

2

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
  • 9,275
  • 5
  • 38
  • 37