hopfully fixed it omfg
This commit is contained in:
1
build.py
1
build.py
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user