Finished work on backing out passing session to layout.

This commit is contained in:
Simon Brooke 2018-07-22 09:00:14 +01:00
parent 5ad384745f
commit 3463292e3c
6 changed files with 14 additions and 15 deletions

View file

@ -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