mirror of
https://github.com/wled/WLED.git
synced 2025-07-27 12:46:38 +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") {
|
async function minify(str, type = "plain") {
|
||||||
const options = {
|
const options = {
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
|
conservativeCollapse: true, // preserve spaces in text
|
||||||
collapseBooleanAttributes: true,
|
collapseBooleanAttributes: true,
|
||||||
collapseInlineTagWhitespace: true,
|
collapseInlineTagWhitespace: true,
|
||||||
minifyCSS: true,
|
minifyCSS: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user