The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
753 views

sublime text 2 - way to unminify or beautify HTML

I'm finding myself pasting in a tonne of code that is minified, i,e all on one line. Rather than scanning through it manually and adding in linebreaks to make it readable, is there an option in ...
0
votes
3answers
177 views

Algorithm used to minify js file based on Jquery?

I have some questions regarding js file based on Jquery : 1) Which algorithm is used to minify js files? 2) Is it easy to implement that algorithm programatically? 3) Is minifying js is reversible ...
10
votes
7answers
13k views

Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of http://stackoverflow.com/questions/489847/which-javascript-minifier-cruncher-does-the-same-things-that-the-one-google-use I want to learn how google does it's ...
31
votes
0answers
28k views

Tool to reverse Javascript minify? [duplicate]

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 ...
221
votes
15answers
177k views

Tool to Unminify / Decompress JavaScript

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 ...