public is cryogen specific
This commit is contained in:
parent
b84e02c12f
commit
7e39965e14
2 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,6 @@
|
|||
(filter #(not (re-matches ignore-patterns %)) source-list))
|
||||
|
||||
; ------------------- infra ---------------------------------
|
||||
(def public "resources/public")
|
||||
|
||||
(defn current-path [])
|
||||
|
||||
(defn user-dir []
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
(def delete-resource-recursive! cp-io/delete-resource-recursive!)
|
||||
|
||||
(def public "resources/public")
|
||||
|
||||
(defn copy-resources-from-templates!
|
||||
[fs-prefix resources target-path ignore-patterns]
|
||||
(let [resource-path "templates"]
|
||||
|
|
Loading…
Reference in a new issue