diff --git a/generate b/generate index d9bc1f83..bf838805 100755 --- a/generate +++ b/generate @@ -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)