1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Setup emacs

This commit is contained in:
Arne Schlüter 2018-04-17 23:52:50 +02:00
commit 9f5ff05101
3 changed files with 77 additions and 2 deletions

View file

@ -5,7 +5,11 @@
:dependencies
[[reagent "0.7.0"]
[re-frame "0.10.5"]
[day8.re-frame/re-frame-10x "0.3.2-react16"]]
;; debugging
[day8.re-frame/re-frame-10x "0.3.2-react16"]
;; for CIDER
[cider/cider-nrepl "0.16.0-snapshot"]
[refactor-nrepl "2.3.1"]]
:builds
{:app {:target :browser
@ -15,4 +19,5 @@
: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]}}}}