Commit ed77f70
Miriad
fix: aggressive HTML minification — collapse all whitespace including inside style attrs
The previous regex only stripped whitespace between tags. HTMLRewriter
may also treat newlines inside style attributes as significant. New
minifier: (1) strip between tags, (2) collapse all remaining whitespace
to single spaces. Produces single-line HTML with no newlines anywhere.
Build: 18.03s1 parent aaa3776 commit ed77f70
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
0 commit comments