Can I override my build's :asset-path ? It's making look for js in the wrong place.
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.
Ended up doing a work around with :ring-handler.