Fork me on GitHub
#cljs-dev
<
2018-01-06
>
mfikes00:01:51

FWIW, having a deps.edn at the root of the ClojureScript tree seems to work out fine, apart from *clojurescript-version* not being set for projects that point to it via :local/root. I wonder if other things break in this mode.

mfikes00:01:33

(A consequence of *clojurescript-version* not being set would be improper cache invalidation.)

dnolen13:01:27

@mfikes it would probably be simple to set it when we write out core to the user output-dir (if not copying the cached thing)