1
0
mirror of https://github.com/s00500/ESPUI.git synced 2026-02-05 22:12:40 +00:00

Add go version of helper tool

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2026-01-28 09:22:04 +01:00
parent e0f06b4aeb
commit b7f18f9e2a
4 changed files with 375 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# script is kept for legacy reasons, please use go version instead!
from jsmin import jsmin as jsminify
try:
from htmlmin import minify as htmlminify