public is cryogen specific

This commit is contained in:
jem 2020-01-20 21:37:55 +01:00
parent b84e02c12f
commit 7e39965e14
2 changed files with 2 additions and 2 deletions

View file

@ -69,8 +69,6 @@
(filter #(not (re-matches ignore-patterns %)) source-list)) (filter #(not (re-matches ignore-patterns %)) source-list))
; ------------------- infra --------------------------------- ; ------------------- infra ---------------------------------
(def public "resources/public")
(defn current-path []) (defn current-path [])
(defn user-dir [] (defn user-dir []

View file

@ -13,6 +13,8 @@
(def delete-resource-recursive! cp-io/delete-resource-recursive!) (def delete-resource-recursive! cp-io/delete-resource-recursive!)
(def public "resources/public")
(defn copy-resources-from-templates! (defn copy-resources-from-templates!
[fs-prefix resources target-path ignore-patterns] [fs-prefix resources target-path ignore-patterns]
(let [resource-path "templates"] (let [resource-path "templates"]