Fork me on GitHub
#cljs-dev
<
2020-04-08
>
dnolen17:04:37

it's always annoyed me that :install-deps was a compiler flag since this could be a slow op - master now has a new main flag for cljs.main to do this only when you need to

dnolen17:04:58

clj -m cljs.main --install-deps

👍 20