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