Tagged Questions
110
votes
11answers
78k views
Online Tool to Unminify / Decompress JavaScript
Are there any 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, ...
24
votes
1answer
21k views
Tool to reverse Javascript minify? [closed]
Possible Duplicate:
Online Tool to Unminify / Decompress JavaScript
Online javascript minify tools basically strip out comments and whitespace.
Is there a tool that can reverse this? Taking ...