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:
parent
4fc35c34b0
commit
9f5ff05101
3 changed files with 77 additions and 2 deletions
|
|
@ -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]}}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue