From e062a40e064f49ee7eb23b04d9f27a704a8dc89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=93=CE=B5=CF=89=CF=81=CE=B3=CE=B1=CE=BA=CF=8C=CF=80?= =?UTF-8?q?=CE=BF=CF=85=CE=BB=CE=BF=CF=82?= Date: Tue, 22 Feb 2022 14:08:06 +0200 Subject: [PATCH] Update deps/bundlepaths.jl Co-authored-by: Sebastian Pfitzner --- deps/bundlepaths.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/bundlepaths.jl b/deps/bundlepaths.jl index f6a69623..617ba79c 100644 --- a/deps/bundlepaths.jl +++ b/deps/bundlepaths.jl @@ -54,7 +54,7 @@ function download_js_bundles() bundle_artifact_path = artifact"web" for asset in readdir(bundle_artifact_path) @debug("Copying", bundle_artifact_path, asset, BUNDLES_PATH) - cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset)) + cp(joinpath(bundle_artifact_path, asset), joinpath(BUNDLES_PATH, asset); force = true) end # These commands are probably still useful if you want to create the artifact. # download_bundle("core", CORE_BUNDLE_PATH, CORE_BUNDLE_URL)