From c9828f6cc3e6d075f8a221424313f87c291f8f56 Mon Sep 17 00:00:00 2001 From: Ben Swift Date: Fri, 2 Dec 2016 14:36:25 +1100 Subject: [PATCH] nicer pretty-printing of "compiling sass" --- src/cryogen_core/sass.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryogen_core/sass.clj b/src/cryogen_core/sass.clj index 798f796..8239e96 100644 --- a/src/cryogen_core/sass.clj +++ b/src/cryogen_core/sass.clj @@ -57,7 +57,7 @@ the command. Shows you any problems it comes across when compiling. " ;; I found sass files, ;; If sass is installed (do - (println "Compiling Sass Files:" src-sass dest-sass) + (println "\t" (cyan src-sass) "-->" (cyan dest-sass)) (let [result (compile-sass-file! opts)] (if (zero? (:exit result)) ;; no problems in sass compilation