Skip to content

Commit 9b94881

Browse files
committed
remove outdated js_lib copy
1 parent eb43101 commit 9b94881

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/copy_cdn_files.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ def main(args=None) -> None:
6969
static_dir / "pretext" / "js",
7070
dirs_exist_ok=True,
7171
)
72-
shutil.copytree(
73-
Path(tmpdirname) / f"pretext-{CORE_COMMIT}" / "js_lib",
74-
static_dir / "pretext" / "js" / "lib",
75-
dirs_exist_ok=True,
76-
)
7772

7873

7974
if __name__ == "__main__":

0 commit comments

Comments
 (0)