mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
async server introduction
This commit is contained in:
parent
c94819e928
commit
9ccc2d4ff5
4 changed files with 58 additions and 9 deletions
|
|
@ -133,12 +133,12 @@ def minify_svg(text: str) -> str:
|
|||
|
||||
|
||||
MINIFIERS = {
|
||||
".html": minify_html,
|
||||
".htm": minify_html,
|
||||
".css": minify_css,
|
||||
# ".html": minify_html,
|
||||
# ".htm": minify_html,
|
||||
# ".css": minify_css,
|
||||
# ".js": minify_js,
|
||||
# ".json": minify_json,
|
||||
".svg": minify_svg,
|
||||
# ".svg": minify_svg,
|
||||
# ".xml": minify_svg, # same approach works for generic XML
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue