juxt

dharrigan 2019-11-23T14:34:49.046500Z

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

dharrigan 2019-11-23T14:37:10.046600Z

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

dominicm 2019-11-23T14:51:07.048900Z

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.

dharrigan 2019-11-23T16:11:02.049200Z

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