|
|
@ -61,6 +61,7 @@
|
|
|
|
:ring {:handler wanijo.handler/app}
|
|
|
|
:ring {:handler wanijo.handler/app}
|
|
|
|
:less {:source-paths ["resources/app/stylesheets"]
|
|
|
|
:less {:source-paths ["resources/app/stylesheets"]
|
|
|
|
:target-path "resources/public/css"}
|
|
|
|
: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}
|
|
|
|
:hiera {:cluster-depth 2}
|
|
|
|
:eastwood {:namespaces [:source-paths]})
|
|
|
|
:eastwood {:namespaces [:source-paths]})
|
|
|
|