|
@@ -32,6 +32,8 @@
|
|
|
|
|
|
; opinion: dev should be a layer on top of prod. system-map can be updated by dev accordingly, before (start)
|
|
; opinion: dev should be a layer on top of prod. system-map can be updated by dev accordingly, before (start)
|
|
:profiles {:dev {:plugins [[lein-figwheel "0.5.0-4"]]
|
|
:profiles {:dev {:plugins [[lein-figwheel "0.5.0-4"]]
|
|
|
|
+ :dependencies [;;;[com.analogzen.clojure-stack/web-backend _]
|
|
|
|
+ ]
|
|
:cljsbuild {:builds {:dev {:source-paths ["src" "dev-src"]
|
|
:cljsbuild {:builds {:dev {:source-paths ["src" "dev-src"]
|
|
|
|
|
|
; if only we could copy these from core...
|
|
; if only we could copy these from core...
|
|
@@ -56,6 +58,6 @@
|
|
:css-dirs ["resources/public/css"]
|
|
:css-dirs ["resources/public/css"]
|
|
:on-jsload example.dev/reload!
|
|
:on-jsload example.dev/reload!
|
|
;;; :ring-init example.dev/init! -- no such option
|
|
;;; :ring-init example.dev/init! -- no such option
|
|
- ;:ring-handler example.dev/app
|
|
|
|
|
|
+ ;;;:ring-handler example.core/app
|
|
}}}}}}
|
|
}}}}}}
|
|
:min-lein-version "2.5.0")
|
|
:min-lein-version "2.5.0")
|