From 8d091c3f8fe431e616bab18c57986359b2414a2c Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 25 Apr 2024 13:41:24 +0200 Subject: [PATCH] save --- bb/brut/site.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb/brut/site.clj b/bb/brut/site.clj index 9f617ce..9b1b44a 100644 --- a/bb/brut/site.clj +++ b/bb/brut/site.clj @@ -534,7 +534,7 @@ [path] (let [dst (str dest "/" path)] (println "Copying: " path " to " dst) - (fs/copy-tree path dst))) + (fs/copy-tree path dst {:replace-existing true}))) (defn -main [& _args] (gen-page "index.html"