From 7e39965e14aac906d889337f988f0b5f04198521 Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 20 Jan 2020 21:37:55 +0100 Subject: [PATCH] public is cryogen specific --- src/cryogen_core/classpath_able_io.clj | 2 -- src/cryogen_core/new_io.clj | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 7fbac90..1e87c91 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -69,8 +69,6 @@ (filter #(not (re-matches ignore-patterns %)) source-list)) ; ------------------- infra --------------------------------- -(def public "resources/public") - (defn current-path []) (defn user-dir [] diff --git a/src/cryogen_core/new_io.clj b/src/cryogen_core/new_io.clj index 6503c38..e6309dc 100644 --- a/src/cryogen_core/new_io.clj +++ b/src/cryogen_core/new_io.clj @@ -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"]