Fork me on GitHub
#cursive
<
2016-09-12
>
onetom15:09:26

@kenny here is my dev task using checkout:

(comp
    (watch)
    (speak)
    (checkout :dependencies '[[hoplon/ui "0.0.1-SNAPSHOT"]])
    (environ)
    (hoplon)
    (reload)
    ;(cljs-repl)
    (cljs)
    (from-cljsjs :profile :development)
    (serve :port 8100))
i don't have to do (require ... :reload) manually. not sure why would u need that

nwjsmith17:09:38

For navigating, I noticed that the keybindings override ⌘[/`⌘]` which are usually used for backwards and forwards. Does anyone have a good override?

kenny18:09:23

@onetom Yes works for me in cljs, not in clj.