nicer pretty-printing of "compiling sass"

This commit is contained in:
Ben Swift 2016-12-02 14:36:25 +11:00
parent a66f8df5e4
commit c9828f6cc3

View file

@ -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