sassc -> less

This commit is contained in:
Teemu Patja 2017-02-22 20:17:17 +02:00
parent 2b84898d75
commit 54e50ec1fc
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C

View File

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