juxt

p-himik 2019-05-01T11:07:04.001100Z

Do I understand correctly that :edge.kick/builder is still working even when you run a packed Edge-based application? Is it an intended behavior and if so, why?

dominicm 2019-05-01T13:23:39.002Z

Older versions of the template didn't include an example for removing it in production. They do now.

p-himik 2019-05-01T13:31:16.002100Z

Could you please point me somewhere where I can read about it? I didn't find anything in the documentation and I can't find it in the source code.

p-himik 2019-05-01T13:43:11.002300Z

I see that the app template is conditional and enables kick only if you tell it to. Apart from that, can't find anything.

dominicm 2019-05-01T14:45:50.002500Z

If you generate it, you will see that the code does a #profile around :ig/system

p-himik 2019-05-01T14:59:13.002700Z

Yes, I did that. To be honest, I'm not sure what problem such solution solves. Most likely it's different from my case where I want to (1) build :prod and (2) run :prod. So the profile should be the same.

p-himik 2019-05-01T14:59:34.002900Z

I've just added (dissoc system-config :edge.kick/builder) to edge.main, that should work.