From 2e6723d2fae519b5c00ca247fadf03f77f83d0b1 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Wed, 8 Feb 2017 09:53:15 +0100 Subject: [PATCH] readded missing debug? configuration --- src/cryogen_core/compiler.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cryogen_core/compiler.clj b/src/cryogen_core/compiler.clj index 72f0721..8f16190 100644 --- a/src/cryogen_core/compiler.clj +++ b/src/cryogen_core/compiler.clj @@ -516,7 +516,8 @@ "Generates all the html and copies over resources specified in the config" [] (println (green "compiling assets...")) - (let [{:keys [^String site-url blog-prefix rss-name recent-posts sass-dest keep-files ignored-files previews? author-root-uri theme] + (let [{:keys [^String site-url blog-prefix rss-name recent-posts sass-dest keep-files ignored-files previews? + author-root-uri theme debug?] :as config} (read-config) posts (map klipsify (add-prev-next (read-posts config))) posts-by-tag (group-by-tags posts)