Fork me on GitHub
#cljsrn
<
2020-08-11
>
pez09:08:03

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.

dnolen13:08:18

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