fixed target-path
This commit is contained in:
parent
b49ebe6186
commit
88cf7dd3df
3 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@
|
|||
(let [theme-path (str "templates/themes/" theme)]
|
||||
(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 "/html/404.html") target-path "")))
|
||||
(copy-resources fs-prefix (str theme-path "/html/") target-path "")))
|
||||
|
|
Loading…
Reference in a new issue