mirror of
https://github.com/wled/WLED.git
synced 2025-07-21 09:46:32 +00:00
commit
4cd4c13b2d
@ -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