fixed stupid dumbass mistake i made me dumb
This commit is contained in:
3
build.py
3
build.py
@@ -110,6 +110,9 @@ def process_root(src_root: Path, out_root: Path, minify: bool, micro: bool):
|
|||||||
dst.write_bytes(compressed)
|
dst.write_bytes(compressed)
|
||||||
else:
|
else:
|
||||||
dst.write_text(content, encoding="utf-8")
|
dst.write_text(content, encoding="utf-8")
|
||||||
|
else:
|
||||||
|
print(" > Copying")
|
||||||
|
shutil.copy2(src, dst)
|
||||||
else:
|
else:
|
||||||
print(" > Copying")
|
print(" > Copying")
|
||||||
shutil.copy2(src, dst)
|
shutil.copy2(src, dst)
|
||||||
|
|||||||
Reference in New Issue
Block a user