From 0571b5949e173d691e870d3ac4d19b4e30d71067 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 16 Apr 2019 17:23:09 +0200 Subject: [PATCH] alias for uberjar --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index e9bbeb1..e3f0b03 100644 --- a/project.clj +++ b/project.clj @@ -61,5 +61,6 @@ :ring {:handler wanijo.handler/app} :less {:source-paths ["resources/app/stylesheets"] :target-path "resources/public/css"} + :aliases {"uberjar" ["do" ["less" "once"] "uberjar"]} :hiera {:cluster-depth 2} :eastwood {:namespaces [:source-paths]})