Merge branch 'develop' of /home/simon/workspace/youyesyet into develop

This commit is contained in:
Simon Brooke 2018-07-02 17:33:29 +01:00
commit 8cf28e9ca9

View file

@ -102,8 +102,7 @@
{:uberjar {:omit-source true
:prep-tasks ["compile" ["cljsbuild" "once" "min"]]
:cljsbuild
{:prep-tasks [["npm" "install"]]
:builds
{:builds
{:min
{:source-paths ["src/cljc" "src/cljs" "env/prod/cljs"]
:compiler
@ -150,7 +149,7 @@
:source-map true
:optimizations :none
:pretty-print true}}}}
:doo {:build "test"}
:doo {:build "test"}
:source-paths ["env/dev/clj"]
:resource-paths ["env/dev/resources"]
:repl-options {:init-ns user}