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:
parent
f7042e9ecc
commit
0d169ab77d
1 changed files with 2 additions and 2 deletions
|
|
@ -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$"}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue