figwheel-main

deadghost 2020-09-17T16:26:36.022800Z

Can I override my build's :asset-path ? It's making look for js in the wrong place.

deadghost 2020-09-17T16:29:04.024300Z

In app, it's localhost:1234/app/js/compiled/out while auto-testing doesn't serve js from /app/js/compiled/out but just /js/compiled/out.

deadghost 2020-09-17T19:18:55.024700Z

Ended up doing a work around with :ring-handler.