Fork me on GitHub
#figwheel-main
<
2019-02-15
>
danielcompton02:02:22

I've been getting started with figwheel-main and hit what seems like a bug, but I'm not really sure

danielcompton02:02:18

But I'm finding that the default asset-path is /cljs-out/dev, that is a change from a relative path to an absolute one

danielcompton02:02:35

There is no difference if you're serving your app off of the root of the host

danielcompton02:02:45

But if you are serving from a subdirectory (say via nginx)

danielcompton02:02:19

Then you need to manually specify cljs-out/dev as the :asset-path, to ensure that a relative URL is used