Fork me on GitHub
#shadow-cljs
<
2018-03-20
>
levitanong07:03:47

@thheller this is weird. I’m getting the https://github.com/google/closure-compiler/issues/2822 error even with [com.google.javascript/closure-compiler-unshaded "v20180101"] explicitly in my deps. I’ve made no recent changes that should affect this. Any ideas?

levitanong08:03:33

Scratch that, clearing rm -rf .shadow-cljs/builds fixed it

Jon09:03:35

I remembered we have examples for this case?

thheller09:03:15

need to do a full writeup and docs still

thheller09:03:12

@levitanong changing the closure version doesn't invalidate the cache. I'll fix that.

hlolli21:03:38

I just switched computers (bought new one) and starting my project on the new one welcoms me with this, any obvious troubleshoot here?

[:public] Build failure:
FileNotFoundException: public/js/module-loader.json (No such file or directory)

thheller21:03:47

create public/js by hand

thheller21:03:45

that part of the code didn't ensure the output dir exists, fixed in master.

hlolli22:03:23

🙂 thanks!