@@ -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)}")
if has_minify_header(src):
if minify:
print(" > Minifying")
content = minify_file(src)
if micro:
The note is not visible to the blocked user.