#30: Still not quite complete
This commit is contained in:
parent
7621040c8f
commit
560938e6ae
17 changed files with 47 additions and 22 deletions
12
project.clj
12
project.clj
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue