docker-ifyed.

This commit is contained in:
Bryce Covert
2017-12-20 10:57:08 -08:00
parent ee3ea0be2c
commit 4625ef4474
15 changed files with 63 additions and 32 deletions

View File

@@ -31,6 +31,7 @@
:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]
:ring {:handler auto-ap.handler/app}
:source-paths ["src/clj"]
:resource-paths ["resources"]
:figwheel {:css-dirs ["resources/public/css"]
:ring-handler auto-ap.handler/app}
@@ -49,7 +50,8 @@
[com.cemerick/piggieback "0.2.2"]]
:plugins [[lein-figwheel "0.5.13"]
[lein-pdo "0.1.1"]]}}
[lein-pdo "0.1.1"]]
:jvm-opts ["-Dconfig=config/dev.edn"]}}
:cljsbuild
{:builds