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.
I often use this “minifier:”
http://fmarcia.info/jsmin/test.html
It has levels of minification, and it’s web based, so you don’t have to install anything to use it.