Tool to reverse Javascript minify?

Robin Rodricks picture Robin Rodricks · Jun 22, 2009 · Viewed 28.8k times · Source

Are there any command line scripts and/or online tools that can reverse the effects of minification similar to how Tidy can clean up horrific HTML?

(I'm specifically looking to unminify a minified JavaScript file, so variable renaming might still be an issue.)

Answer