mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +00:00
fix problem with spaces
This commit is contained in:
parent
271a07a7d6
commit
5de86d3d91
@ -101,6 +101,7 @@ function adoptVersionAndRepo(html) {
|
||||
async function minify(str, type = "plain") {
|
||||
const options = {
|
||||
collapseWhitespace: true,
|
||||
conservativeCollapse: true, // preserve spaces in text
|
||||
collapseBooleanAttributes: true,
|
||||
collapseInlineTagWhitespace: true,
|
||||
minifyCSS: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user