Closed DonyorM closed 7 years ago
Thank you I will fix this.
Actually it seems like this is triggered by boot-cljs
, can you confirm @DonyorM?
@arichiardi Reloading (either by boot-figreload
or ordinary boot-reload
) is certainly involved. Running boot cljs
by itself causes no issues.
I copied from boot-cljs
big chunks of code that is why :stuck_out_tongue:
Works beautifully with the addition. Thanks for the fix.
Currently my code is throwing the following error when running the command
boot -vv figwheel
:This is the
figwheel
task:This occurs after boot outputs "Compiling ClojureScript". I do not see this error if I run
boot cljs
orboot cljs-repl
without the figwheel setup.You can see my full build.boot file here.
My main.cljs.edn file is: