Finished work on backing out passing session to layout.
This commit is contained in:
parent
5ad384745f
commit
3463292e3c
6 changed files with 14 additions and 15 deletions
|
|
@ -54,7 +54,7 @@
|
|||
:main ^:skip-aot youyesyet.core
|
||||
:migratus {:store :database :db ~(get (System/getenv) "DATABASE_URL")}
|
||||
|
||||
:plugins [;;[lein-adl ["0.1.1"]]
|
||||
:plugins [;;[lein-adl ["0.1.2"]]
|
||||
[lein-cljsbuild "1.1.4"]
|
||||
[lein-codox "0.10.3"]
|
||||
[lein-cprop "1.0.1"]
|
||||
|
|
@ -109,7 +109,9 @@
|
|||
|
||||
|
||||
:profiles {:uberjar {:omit-source true
|
||||
:prep-tasks ["adl" "compile" ["cljsbuild" "once" "min"]]
|
||||
:prep-tasks [;;"adl"
|
||||
"compile"
|
||||
["cljsbuild" "once" "min"]]
|
||||
:cljsbuild
|
||||
{:builds
|
||||
{:min
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue