mirror of
https://github.com/metosin/reitit.git
synced 2025-12-20 01:21:11 +00:00
Clean frontend example project.clj
This commit is contained in:
parent
aeadfad880
commit
358fbc19c6
1 changed files with 8 additions and 9 deletions
|
|
@ -10,18 +10,21 @@
|
||||||
[ring "1.6.3"]
|
[ring "1.6.3"]
|
||||||
[compojure "1.6.1"]
|
[compojure "1.6.1"]
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[org.clojure/clojurescript "1.10.339" :scope "provided"]
|
[org.clojure/clojurescript "1.10.339"]
|
||||||
[metosin/reitit "0.1.4-SNAPSHOT"]
|
[metosin/reitit "0.1.4-SNAPSHOT"]
|
||||||
[metosin/reitit-schema "0.1.4-SNAPSHOT"]
|
[metosin/reitit-schema "0.1.4-SNAPSHOT"]
|
||||||
[metosin/reitit-frontend "0.1.4-SNAPSHOT"]
|
[metosin/reitit-frontend "0.1.4-SNAPSHOT"]
|
||||||
;; Just for pretty printting the match
|
;; Just for pretty printting the match
|
||||||
[fipp "0.6.12"]]
|
[fipp "0.6.12"]]
|
||||||
|
|
||||||
:plugins [[lein-cljsbuild "1.1.7"]]
|
:plugins [[lein-cljsbuild "1.1.7"]
|
||||||
|
[lein-figwheel "0.5.16"]]
|
||||||
|
|
||||||
:source-paths []
|
:source-paths []
|
||||||
:resource-paths ["resources" "target/cljsbuild"]
|
:resource-paths ["resources" "target/cljsbuild"]
|
||||||
|
|
||||||
|
:profiles {:dev {:dependencies [[binaryage/devtools "0.9.10"]]}}
|
||||||
|
|
||||||
:cljsbuild
|
:cljsbuild
|
||||||
{:builds
|
{:builds
|
||||||
[{:id "app"
|
[{:id "app"
|
||||||
|
|
@ -44,10 +47,6 @@
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:pretty-print false}}]}
|
:pretty-print false}}]}
|
||||||
|
|
||||||
:figwheel
|
:figwheel {:http-server-root "public"
|
||||||
{:http-server-root "public"
|
:server-port 3449
|
||||||
:server-port 3449
|
:nrepl-port 7002})
|
||||||
:nrepl-port 7002}
|
|
||||||
|
|
||||||
:profiles {:dev {:dependencies [[binaryage/devtools "0.9.10"]]
|
|
||||||
:plugins [[lein-figwheel "0.5.16"]]}})
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue