diff --git a/project.clj b/project.clj index e3f0b03..fd3282e 100644 --- a/project.clj +++ b/project.clj @@ -61,6 +61,7 @@ :ring {:handler wanijo.handler/app} :less {:source-paths ["resources/app/stylesheets"] :target-path "resources/public/css"} - :aliases {"uberjar" ["do" ["less" "once"] "uberjar"]} + :aliases {"uberjar" ["do" ["less" "once"] "uberjar"] + "compile" ["do" ["less" "once"] "compile"]} :hiera {:cluster-depth 2} :eastwood {:namespaces [:source-paths]})