cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
pez 2020-08-11T09:19:03.111Z

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.

dnolen 2020-08-11T13:30:18.112500Z

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

1šŸ‘