From 88cf7dd3df5deadb4e4ca1572e23fcfda77513fc Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 13 Dec 2019 12:15:37 +0100 Subject: [PATCH] fixed target-path --- src/cryogen_core/classpath_able_io.clj | 2 +- test-resources/templates/themes/bootstrap4-test/html/403.html | 0 .../templates/themes/bootstrap4-test/js/subdir/test.js | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test-resources/templates/themes/bootstrap4-test/html/403.html create mode 100644 test-resources/templates/themes/bootstrap4-test/js/subdir/test.js diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 70f1faa..c06982e 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -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 ""))) diff --git a/test-resources/templates/themes/bootstrap4-test/html/403.html b/test-resources/templates/themes/bootstrap4-test/html/403.html new file mode 100644 index 0000000..e69de29 diff --git a/test-resources/templates/themes/bootstrap4-test/js/subdir/test.js b/test-resources/templates/themes/bootstrap4-test/js/subdir/test.js new file mode 100644 index 0000000..e69de29