Is there something I need to do to make Krell work with cljc files? Iām trying to port a rather big project from lein-figwheel and one of the errors I have is
FileNotFoundException app/target/dev/beep/env.cljs.cache.json (No such file or directory) java.io.FileInputStream.open0 (FileInputStream.java:-2)
There is no env.cljs
file , but env.cljc
with a corresponding cache.json
.I'm using Krell w/ .cljc
w/o issue at least via a transitive dep - you will need to make something minimal for me to look at