From 54e50ec1fcbd84ed4eed5d95ece94656a4de968d Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Wed, 22 Feb 2017 20:17:17 +0200 Subject: [PATCH] sassc -> less --- src/commiteth_pipeline/steps.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commiteth_pipeline/steps.clj b/src/commiteth_pipeline/steps.clj index 3d3fab3..da0681b 100644 --- a/src/commiteth_pipeline/steps.clj +++ b/src/commiteth_pipeline/steps.clj @@ -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"))