Fork me on GitHub
#shadow-cljs
<
2018-06-17
>
theasp13:06:39

What situation causes FileNotFoundException: .shadow-cljs/builds/server/release/externs.shadow.js (No such file or directory)?

dominicm16:06:57

Is there any reason cljs.js/eval wouldn't work correctly with shadow?

lilactown17:06:38

@dominicm I was just about to ask if you’re using shadow-cljs in #clojurescript 😅 I’m testing it there as well and am running into the same issue

lilactown17:06:41

I’m not sure how shadow-cljs provides the compiler metadata that @mfikes is talking about

thheller17:06:14

@dominicm self-host support requires the bootstrapping by the :bootstrap build

🎉 8
thheller17:06:13

cljs.js/eval isn't any different but the way the system is initialized is

dominicm17:06:41

@thheller Aha! I suspect this is it then, same for @lilactown

thheller17:06:05

@mhuebert is using shadow-cljs for maria.cloud so he might have some tips

thheller17:06:55

I actually don't know much about self-host myself

dominicm17:06:54

@thheller One difference from your blog is that we had to use :load-on-init to get the :entries to load.