Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

marked as duplicate by Shog9, Bob, cletus, Brian Campbell, Sam Hasler Apr 25 '09 at 11:17

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.