Add sassc step

This commit is contained in:
Teemu Patja 2017-01-24 23:25:36 +02:00
parent 643cf79ef8
commit a55a31598e
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C

View File

@ -14,7 +14,7 @@
(git/clone ctx repo-uri repo-branch (:cwd args)))
(defn build-uberjar [args ctx]
(shell/bash ctx (:cwd args) "lein uberjar"))
(shell/bash ctx (:cwd args) "lein sassc once && lein uberjar"))
(defn run-tests [args ctx]
(shell/bash ctx (:cwd args) "echo no test running for now"))