Skip to content

Fix minify for real

Compare
Choose a tag to compare
@joshbruce joshbruce released this 04 Nov 00:52
· 41 commits to main since this release
2fbaf73

Using the minify option removes the carriage returns.

 combination needs carriage returns to render properly.

We now check if the HTML has that combination before minifying.

Note: This is an all or nothing solution at the moment. Either the HTML will be minified, or it won't.