mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06: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,
|
||||
"removeCDATASectionsFromCDATA": true,
|
||||
"collapseWhitespace": true,
|
||||
"collapseBooleanAttributes": true,
|
||||
"removeScriptTypeAttributes": true,
|
||||
"removeStyleLinkTypeAttributes": true,
|
||||
"minifyJS": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user