This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/debug/diff
2021-08-10 17:35:14 +10:00
..
c14n Implement c14n; minify doctypes; minify viewport tags 2021-08-10 02:56:48 +10:00
charlines Trim script and style elements 2021-08-10 17:35:14 +10:00
.gitignore Allow comparison 2021-08-09 20:42:47 +10:00
canonicalise Trim script and style elements 2021-08-10 17:35:14 +10:00
compare Allow comparison 2021-08-09 20:42:47 +10:00
README.md Allow comparison 2021-08-09 20:42:47 +10:00
run Fix [style] and script[type] minification; optimise attr ordering; refactor bench runners 2021-08-09 22:20:33 +10:00

compare is a useful script for viewing a character-by-character diff between the minified outputs of minify-html and html-minifier for a specific input. Pass the input's file name as the first argument.