Fork me on GitHub
#juxt
<
2019-11-23
>
dharrigan14:11:49

Does aero work out-of-the-box with clojurescript? i.e., just refer to the read-config and away I go...?

dharrigan14:11:10

(and does it work with client-side clojurescript, i.e., with code that is executed on the browser?)

dominicm14:11:07

It doesn't work with client side clojurescript. It does work with nodejs. We'd certainly take patches to make it work with both. In the past, we have read configs during compilation using macros, but I now prefer the compiler options for simple data.

dharrigan16:11:02

I see, okay, thanks! Useful to know! 🙂