mirror of
https://github.com/taigrr/wails.git
synced 2026-04-16 19:55:05 -07:00
Merge pull request #715
* Fixed multi-line tags being minified incorrectly. Fixed self closing … * Improved html whitespace minification fix.
This commit is contained in:
1
v2/internal/html/testdata/src/bundle.js
vendored
Normal file
1
v2/internal/html/testdata/src/bundle.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
window.alert("I am JS!");
|
||||
8
v2/internal/html/testdata/src/favicon.svg
vendored
Normal file
8
v2/internal/html/testdata/src/favicon.svg
vendored
Normal 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 |
3
v2/internal/html/testdata/src/style.css
vendored
Normal file
3
v2/internal/html/testdata/src/style.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.body {
|
||||
background: blue;
|
||||
}
|
||||
Reference in New Issue
Block a user