hopfully fixed it omfg

This commit is contained in:
2026-03-02 21:29:46 -05:00
parent 31ce894fda
commit 4e5a4172bf

View File

@@ -96,6 +96,7 @@ def process_root(src_root: Path, out_root: Path, minify: bool, micro: bool):
print(f" Processing: {src.relative_to(src_root)}") print(f" Processing: {src.relative_to(src_root)}")
if has_minify_header(src): if has_minify_header(src):
if minify:
print(" > Minifying") print(" > Minifying")
content = minify_file(src) content = minify_file(src)
if micro: if micro: