Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

107
votes
11answers
74k 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
19k 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 ...