#30: Still not quite complete

This commit is contained in:
simon 2017-03-26 15:58:43 +01:00
parent 7621040c8f
commit 560938e6ae
17 changed files with 47 additions and 22 deletions

View file

@ -85,20 +85,14 @@
:profiles
{:uberjar {:omit-source true
:prep-tasks ["compile" "bower" ["cljsbuild" "once" "min"]]
:prep-tasks ["compile" ["bower" "install"] ["cljsbuild" "once" "min"]]
:cljsbuild
{:builds
{:min
{:source-paths ["src/cljc" "src/cljs" "env/prod/cljs"]
:compiler
{:output-to "target/cljsbuild/public/js/app.js"
:externs ["react/externs/react.js" "externs.js"]
:optimizations :advanced
:pretty-print false
:closure-warnings
{:externs-validation :off :non-standard-jsdoc :off}}}}}
{:optimizations :advanced
:pretty-print false}}}}
:aot :all
:uberjar-name "youyesyet.jar"
:source-paths ["env/prod/clj"]