Fork me on GitHub
#boot
<
2016-06-04
>
anmonteiro11:06:06

I’m getting this exception when upgrading to Boot 2.6.0

anmonteiro11:06:09

clojure.lang.ExceptionInfo: template already refers to: #'boot.core/template in namespace: adzerk.boot-reload
    data: {:file "adzerk/boot_reload.clj", :line 1}

anmonteiro11:06:27

works fine with 2.5.5

anmonteiro11:06:44

also deleted ~/.boot/cache and keeps happening

anmonteiro11:06:45

seems upgrading boot-reload to 0.4.8 solved my problem 🙂

anmonteiro20:06:52

has anyone gotten their tests to run using boot-test-cljs?

anmonteiro20:06:57

specifically in Node.js