Browse Source

auto-refresh & auto-reload moved to dev profile only

master
Christian Müller 11 years ago
parent
commit
e9e0b32366
  1. 8
      project.clj

8
project.clj

@ -13,11 +13,11 @@ @@ -13,11 +13,11 @@
:main notehub.handler
:min-lein-version "2.0.0"
:plugins [[lein-ring "0.8.12"]]
:ring {:handler notehub.handler/app
:auto-reload? true
:auto-refresh? true}
:ring {:handler notehub.handler/app}
:profiles {:uberjar {:aot :all}
:dev {:dependencies
:dev {:ring {:auto-reload? true
:auto-refresh? true}
:dependencies
[[javax.servlet/servlet-api "2.5"]
[ring-mock "0.1.5"]]}}
:jvm-opts ["-Dfile.encoding=utf-8"])

Loading…
Cancel
Save