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"