kangax / html-minifier

Javascript-based HTML compressor/minifier (with Node.js support)
http://kangax.github.io/html-minifier/
MIT License
4.95k stars 571 forks source link

Generate a report of all applied transformations #11

Open kangax opened 14 years ago

anonyco commented 5 years ago

Why? I mean, I don't want to discredit the idea. But I am very interested in and curious about its practical applications. If possible, I would relish an extrapolation.

FallBackITA27 commented 1 year ago

@anonyco it'd be particularly useful for debugging. If the Minifier accidentally breaks something in your application because it modifies something that was being relied upon, knowing what the Minifier modified would come in handy.