fixed target-path

This commit is contained in:
lukas 2019-12-13 12:15:37 +01:00
parent b49ebe6186
commit 88cf7dd3df
3 changed files with 1 additions and 1 deletions

View file

@ -79,4 +79,4 @@
(let [theme-path (str "templates/themes/" theme)] (let [theme-path (str "templates/themes/" theme)]
(copy-resources fs-prefix (str theme-path "/css") target-path "") (copy-resources fs-prefix (str theme-path "/css") target-path "")
(copy-resources fs-prefix (str theme-path "/js") target-path "") (copy-resources fs-prefix (str theme-path "/js") target-path "")
(copy-resources fs-prefix (str theme-path "/html/404.html") target-path ""))) (copy-resources fs-prefix (str theme-path "/html/") target-path "")))