
JS::Minify shrinks your JavaScript to it's minimum possible size, speeding up your site and saving you bandwidth.
Minify - simply removes all unnecessary white space. Pack - Uses Dean Edwards compression tool to shrink and obfuscate your code. Pack generally provides smaller sizes.
Just copy and paste your JavaScript into the text area and click the "Minify JS!" button. In a few moments your minified code is returned.