Merge branch 'develop' of /home/simon/workspace/youyesyet into develop
This commit is contained in:
commit
8cf28e9ca9
|
@ -102,8 +102,7 @@
|
||||||
{:uberjar {:omit-source true
|
{:uberjar {:omit-source true
|
||||||
:prep-tasks ["compile" ["cljsbuild" "once" "min"]]
|
:prep-tasks ["compile" ["cljsbuild" "once" "min"]]
|
||||||
:cljsbuild
|
:cljsbuild
|
||||||
{:prep-tasks [["npm" "install"]]
|
{:builds
|
||||||
:builds
|
|
||||||
{:min
|
{:min
|
||||||
{:source-paths ["src/cljc" "src/cljs" "env/prod/cljs"]
|
{:source-paths ["src/cljc" "src/cljs" "env/prod/cljs"]
|
||||||
:compiler
|
:compiler
|
||||||
|
@ -150,7 +149,7 @@
|
||||||
:source-map true
|
:source-map true
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:pretty-print true}}}}
|
:pretty-print true}}}}
|
||||||
:doo {:build "test"}
|
:doo {:build "test"}
|
||||||
:source-paths ["env/dev/clj"]
|
:source-paths ["env/dev/clj"]
|
||||||
:resource-paths ["env/dev/resources"]
|
:resource-paths ["env/dev/resources"]
|
||||||
:repl-options {:init-ns user}
|
:repl-options {:init-ns user}
|
||||||
|
|
Loading…
Reference in a new issue