Builds client SSR approach, sunsets old cljs.
This commit is contained in:
16
project.clj
16
project.clj
@@ -23,7 +23,7 @@
|
||||
#_org.eclipse.jetty/jetty-http
|
||||
#_org.eclipse.jetty/jetty-util
|
||||
#_org.eclipse.jetty/jetty-server]]
|
||||
|
||||
|
||||
[ring/ring-jetty-adapter "1.9.6" :exclusions
|
||||
[org.eclipse.jetty/jetty-server]]
|
||||
[yogthos/config "1.1.7"]
|
||||
@@ -39,9 +39,10 @@
|
||||
[buddy/buddy-auth "2.2.0"
|
||||
:exclusions [com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
|
||||
com.fasterxml.jackson.core/jackson-core]]
|
||||
|
||||
|
||||
[nrepl "0.8.3" :exclusions [org.clojure/tools.logging]]
|
||||
[cheshire "5.9.0"]
|
||||
[hawk "0.2.11"]
|
||||
[clj-time "0.15.2"]
|
||||
[ring/ring-json "0.5.0" :exclusions [cheshire]]
|
||||
[com.cemerick/url "0.1.1"]
|
||||
@@ -91,7 +92,7 @@
|
||||
[org.clojure/core.async]]
|
||||
|
||||
[hiccup "2.0.0-alpha2"]
|
||||
|
||||
|
||||
;; needed for java 11
|
||||
[javax.xml.bind/jaxb-api "2.4.0-b180830.0359"]
|
||||
[io.forward/clojure-mail "1.0.8"]
|
||||
@@ -107,19 +108,22 @@
|
||||
[lein-cljsbuild "1.1.5"]
|
||||
[lein-ancient "0.6.15"]]
|
||||
:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]
|
||||
:ring {:handler auto-ap.handler/app}
|
||||
#_#_:ring {:handler auto-ap.handler/app}
|
||||
:source-paths ["src/clj" "src/cljc" "src/cljs" "iol_ion/src" ]
|
||||
:resource-paths ["resources"]
|
||||
:aliases {"build" ["do" ["uberjar"]]
|
||||
"fig:dev" ["run" "-m" "figwheel.main" "-b" "dev" "-r"]
|
||||
"build-dev" ["trampoline" "run" "-m" "figwheel.main" "-b" "dev" "-r"]
|
||||
"fig:min" ["run" "-m" "figwheel.main" "-O" "whitespace" "-bo" "min"]}
|
||||
|
||||
|
||||
:profiles {
|
||||
:dev
|
||||
{:resource-paths ["resources" "target"]
|
||||
{
|
||||
:resource-paths ["resources" "target"]
|
||||
:dependencies [#_[binaryage/devteols "1.0.2"]
|
||||
[postgresql/postgresql "9.3-1102.jdbc41"]
|
||||
[org.clojure/tools.namespace "1.4.5"]
|
||||
[org.clojure/java.jdbc "0.7.11"]
|
||||
#_[com.datomic/dev-local "1.0.243"]
|
||||
[etaoin "0.4.1"]
|
||||
@@ -177,7 +181,7 @@
|
||||
|
||||
:main auto-ap.server
|
||||
|
||||
:aot [auto-ap.server auto-ap.time clj-time.core clj-time.coerce clj-time.format clojure.tools.logging.impl]
|
||||
#_#_:aot [auto-ap.server auto-ap.time clj-time.core clj-time.coerce clj-time.format clojure.tools.logging.impl]
|
||||
|
||||
:uberjar-name "auto-ap.jar"
|
||||
:test-paths ["test/clj"]
|
||||
|
||||
Reference in New Issue
Block a user