Possible Duplicate:
What do you use to minimize and compress JavaScript libraries?
Sometimes you'll see two different files like "jquery.1.3.2.js" and "jquery.1.3.2-min.js". The "min" version has all the whitespace and comments removed.
Is there a tool that will do that for me or do I have to do it manually?