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]})