Skip to content

Commit

Permalink
Remove extraneous copies
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh committed Oct 20, 2024
1 parent f76fb2c commit 762da3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .build_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ def build_web():
else:
print(check_output(["npm", "install"]))
print(check_output(["npm", "run", "build"]))
copyfile("dist/compiled/index.html.gz.h", "../dist/index.html.gz.h")
copyfile("dist/compiled/bundle.css.gz.h", "../dist/bundle.css.gz.h")
copyfile("dist/compiled/bundle.js.gz.h", "../dist/bundle.js.gz.h")
copyfile("dist/bundle.js", "../dist/bundle.js")
copyfile("dist/bundle.css", "../dist/bundle.css")
except OSError as e:
print("Encountered error OSError building webpage:", e)
if e.filename:
Expand Down

0 comments on commit 762da3a

Please sign in to comment.