Possible Duplicate:
Searching a good Javascript Minifier.
I am working on several javascript files that I would like to minify, but not pack. What is the best minifier out there? Personally, I'd like to find one that:
- Is used by reliable JavaScript frameworks, such as jQuery.
- Doesn't keep your code. :)
Thank you for your time.