Skip to content

Commit

Permalink
generate: Remove copy of assets folder
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jul 4, 2023
1 parent 0f47466 commit 59f3ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ structure = load_json("STRUCTURE.json")
if os.path.exists(TARGET_PATH):
shutil.rmtree(TARGET_PATH)
os.mkdir(TARGET_PATH)
shutil.copytree("assets", "%s/assets" % TARGET_PATH)
shutil.copytree("downloads", "%s/downloads" % TARGET_PATH)
shutil.copytree("static", "%s/static" % TARGET_PATH)
os.symlink("static/img/favicon.ico", "%s/favicon.ico" % TARGET_PATH)
Expand Down

0 comments on commit 59f3ad8

Please sign in to comment.