mirror of https://github.com/status-im/reagent.git
9 lines
285 B
Clojure
9 lines
285 B
Clojure
|
{:main reagenttest.runtests
|
||
|
:optimizations :advanced
|
||
|
:output-to "target/bundle-adv/resources/public/js/out/karma.js"
|
||
|
:output-dir "target/bundle-adv/resources/public/js/out"
|
||
|
; :pseudo-names true
|
||
|
:elide-asserts true
|
||
|
:target :bundle
|
||
|
:closure-defines {cljs.core/*global* "window"}}
|