Fork me on GitHub
#tools-deps
<
2018-06-12
>
borkdude10:06:26

hmm, native rebel-readline… interesting

hagmonk20:06:09

Is there some escaping trick for supplying edn inside tools.deps aliases?

hagmonk20:06:19

:cljs {:main-opts ["-m" "cljs.main" "--compile-opts" "{:asset-path \"out\" :output-dir \"resources/public/out\"}" "--compile" "access-manager.client" ]}}

mfikes20:06:54

Use a lot of non-whitespace whitespace (aka ,

bhauman20:06:07

replace the whitespace with commas

richiardiandrea23:06:11

wouldn't go around telling colleagues about this though, we might be mistaken for a bunch of JS devs 😄 😄 🙂

zentrope23:06:03

With deps.edn + cljs.main + figwheel.main, the tooling is so simple and streamlined that I just can't see how JS devs put up with that they do.