mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Disable a minifier option that broke stuff
This commit is contained in:
parent
a9b96ed236
commit
b97996be23
@ -9,7 +9,6 @@ var minifiedHtml = minify.minify(html, {
|
|||||||
"removeCommentsFromCDATA": true,
|
"removeCommentsFromCDATA": true,
|
||||||
"removeCDATASectionsFromCDATA": true,
|
"removeCDATASectionsFromCDATA": true,
|
||||||
"collapseWhitespace": true,
|
"collapseWhitespace": true,
|
||||||
"collapseBooleanAttributes": true,
|
|
||||||
"removeScriptTypeAttributes": true,
|
"removeScriptTypeAttributes": true,
|
||||||
"removeStyleLinkTypeAttributes": true,
|
"removeStyleLinkTypeAttributes": true,
|
||||||
"minifyJS": true,
|
"minifyJS": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user