mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Disable a minifier option that broke stuff
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user