Merge pull request #715

* Fixed multi-line tags being minified incorrectly. Fixed self closing …

* Improved html whitespace minification fix.
This commit is contained in:
Alexander Hudek
2021-05-15 23:22:44 -04:00
committed by GitHub
parent 6ab1a4adb0
commit 101d344303
10 changed files with 201 additions and 17 deletions

View File

@@ -0,0 +1 @@
window.alert("I am JS!");

View File

@@ -0,0 +1,8 @@
<svg version="1.1"
baseProfile="full"
width="300" height="200"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="blue" />
</svg>

After

Width:  |  Height:  |  Size: 172 B

View File

@@ -0,0 +1,3 @@
.body {
background: blue;
}