htmlcompressor icon indicating copy to clipboard operation
htmlcompressor copied to clipboard

A work in progress port of google's htmlcompressor.jar

Results 2 htmlcompressor issues
Sort by recently updated
recently updated
newest added

The compressed output does not put the last s, thus making the css invalid for the browser https://gist.github.com/GiboMac/aa5e8c572fbda03970bffad24a482af7 (stupid gist but it should give you the idea)

In current version, `remove_spaces_inside_tags()` is always called and cannot be disabled by option. And this compression causes corruption in `` value. ``` html ``` So. at least either of following...