Closed currentoor closed 8 years ago
I think this should be reported to https://github.com/adzerk-oss/boot-cljs-repl directly.
Followed these instructions exactly and seems to work perfectly now :smile:
Perhaps follow boot show -u
to upgrade your deps if this is still affecting you @currentoor
I created a brand new app with
lein new tenzing myapp +reagent +divshot
. Started it withboot dev
and it runs correctly in the browser.Then I setup the browser repl with
boot repl --client
and ran(start-repl)
butdoc
andsource
do not work.