yeah, your case sounds maybe more complex than mine having the <canvas> involved and all, but it may not be much different
actually it may be simpler. i do find drawing to canvas requires manually reloading to clear it, but there's no dom manipulation going on
true
@mikerod here's the issue: https://github.com/bhauman/lein-figwheel/issues/546
Thanks. I'll be sure to follow along.
I occasionally experience figwheel not picking up the changes, but I am actually not sure. Does anyone experience anything similar? I was wondering whether the "safe write" of intellij might be causing it, when I saw this issue: https://github.com/facebookincubator/create-react-app/issues/659#issuecomment-247808153
is there a problem with figwheel? I tried starting a new project with it with lein new figwheel proj -- --om
, and get a ton of errors in the console and the repl doesn't connect
weirdly this is what one of the file internals looks like:
oh so I just cleared chrome browser cache and now it all works...
I usually have Network -> Disable cache while in development.
oh, good idea
ack clearing the browser history, deleted all my autocompletes haha. Now I have to type out full URLs again
Anyone know how to run multiple figwheel repls, while only doing the directory watching and compiling from one?