figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
johanatan 2020-05-15T18:29:06.075300Z

hi, does anyone know if it is possible to read from environment variables inside a figwheel config edn (and branch on it) ?

johanatan 2020-05-15T18:29:25.075800Z

i need a different value for a goog.define when running on GitHub Actions

johanatan 2020-05-15T18:29:45.076100Z

(lein and shadow-cljs both support this)

johanatan 2020-05-15T18:29:52.076400Z

but can't find anything for figwheel-main

bhauman 2020-05-15T20:02:01.077400Z

@johanatan I’d need to know more

johanatan 2020-05-15T20:02:15.077800Z

Never mind then. I found another workaround

bhauman 2020-05-15T20:02:30.078400Z

but I’m still curious

bhauman 2020-05-15T20:02:48.078700Z

are you running a command line action?

bhauman 2020-05-15T20:04:08.079500Z

because you can merge in extra cljs.edn files on the command line