mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Remove re-frame-10x from release builds (closes #18)
This commit is contained in:
parent
f7042e9ecc
commit
0d169ab77d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,12 +21,12 @@
|
||||||
{:app {:target :browser
|
{:app {:target :browser
|
||||||
:output-dir "public/app/js"
|
:output-dir "public/app/js"
|
||||||
:asset-path "/app/js"
|
:asset-path "/app/js"
|
||||||
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}
|
|
||||||
:modules {:main {:entries [airsonic-ui.core]}}
|
:modules {:main {:entries [airsonic-ui.core]}}
|
||||||
:devtools {:http-root "public"
|
:devtools {:http-root "public"
|
||||||
:http-port 8080
|
:http-port 8080
|
||||||
:after-load airsonic-ui.core/mount-root
|
: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
|
:test {:target :karma
|
||||||
:output-to "public/test/ci.js"
|
:output-to "public/test/ci.js"
|
||||||
:ns-regexp "-test$"}}}
|
:ns-regexp "-test$"}}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue