Fork me on GitHub
#beginners
<
2018-11-18
>
fmn06:11:08

Hi all, is there any way to fetch dependencies from github using boot?

joshkh09:11:11

i'm having some trouble with figwheel + deps.edn. everything looks good: cljs compiles, browser pops open, and when i update my code the cljs recompiles and figwheel flashes its green emblem, but the DOM doesn't update to reflect the changes. any one else experience this?

joshkh09:11:23

thanks @rakyi that did the trick. was this step somehow not needed when using lein-figwheel? (just curious as i move from lein to deps.edn)

rakyi09:11:46

no idea, haven’t used lein-figwheel

joshkh09:11:19

looking at the flappy-bird-demo-new.git project i don't see any of the figwheel hooks and that reloads just fine. https://github.com/bhauman/flappy-bird-demo-new/blob/master/src/flappy_bird_demo/core.cljs

joshkh09:11:35

ah okay well thanks for solving my problem 🙂

john2x10:11:24

Hi everyone. How do I specify a custom resources directory using the clj tool?

john2x10:11:48

ah resources is just a classpath 🙂 so adding it as an alias in deps.edn and running clj -C:the-alias did the trick

Alex Miller (Clojure team)12:11:00

You can add it to :paths if you always want it

👍 4