1.2-dev merge #5

Merged
Astronand merged 35 commits from 1.2-dev into main 2026-03-10 12:27:09 -04:00
Showing only changes of commit 4e5a4172bf - Show all commits
+1
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: