1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Remove re-frame-10x from release builds (closes #18)

This commit is contained in:
Arne Schlüter 2018-08-20 18:51:37 +02:00
commit 0d169ab77d

View file

@ -21,12 +21,12 @@
{:app {:target :browser
:output-dir "public/app/js"
:asset-path "/app/js"
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}
:modules {:main {:entries [airsonic-ui.core]}}
:devtools {:http-root "public"
:http-port 8080
:after-load airsonic-ui.core/mount-root
:preloads [day8.re-frame-10x.preload]}}
:preloads [day8.re-frame-10x.preload]}
:dev {:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}}}
:test {:target :karma
:output-to "public/test/ci.js"
:ns-regexp "-test$"}}}