Closed kimo-k closed 1 year ago
hi @kimo-k,
thanks for filling the issue. Can you try the latest snapshot "0.5.4-SNAPSHOT"
and let me know if that fixes it.
Yep, same issue on "0.5.4-SNAPSHOT"
.
maybe i can mitigate with publishing a newer snapshot -- have the faint memory that something like this got already fixed lately --, but let me try and test with the above project locally. will get back to you in a few days tops.
had a quick look, unfortunately this is not fixed by latest snapshot. #72 seems to be related maybe but I will need to dig into this further. will keep you updated
will look into putting a new snapshot onto clojars. if you want to test beforhand, just checkout mranderson and run make install
and use 0.5.4-SNAPSHOT
ignore previous, latest snapshot is on clojars
It works now, thanks!
Hey there,
Re-frame-10x invokes MrAnderson from a shell script. Running this script on the latest release, it fails with a FileNotFoundException.
Mr. Anderson tries to access
core.cljs
, which isn't there. It does exist in the library repo, though.