cleanup, add uberjar profile with full AOT
This commit is contained in:
parent
3e365757cc
commit
a731c4d5ce
|
@ -1,7 +1,8 @@
|
|||
(defproject blarg "0.1"
|
||||
:description "webapp for http://blarg.ca/"
|
||||
:url "http://blarg.ca/"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
:dependencies
|
||||
[[org.clojure/clojure "1.5.1"]
|
||||
[lib-noir "0.8.1"]
|
||||
[compojure "1.1.6"]
|
||||
[ring-server "0.3.1"]
|
||||
|
@ -23,7 +24,8 @@
|
|||
:init blarg.handler/init
|
||||
:destroy blarg.handler/destroy}
|
||||
:profiles
|
||||
{:production {:ring {:open-browser? false
|
||||
{:uberjar {:aot :all}
|
||||
:production {:ring {:open-browser? false
|
||||
:stacktraces? false
|
||||
:auto-reload? false}}
|
||||
:dev {:dependencies [[ring-mock "0.1.5"]
|
||||
|
|
Reference in a new issue