nicer pretty-printing of "compiling sass"

master
Ben Swift 8 years ago
parent a66f8df5e4
commit c9828f6cc3

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

Loading…
Cancel
Save