mirror of
https://github.com/status-im/reagent.git
synced 2025-01-11 20:34:37 +00:00
58583db56d
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
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"}}
|