I was fiddling with a boot-figreload bug and noticed that when you don't explicitely specify the :asset-path option, boot-cljs calls get-name for figuring out which asset-path to use.
Unless I am doing something wrong, it should respect the position where you put the .cljs.edn file I guess.
Hi Deraen,
I was fiddling with a
boot-figreload
bug and noticed that when you don't explicitely specify the:asset-path
option,boot-cljs
callsget-name
for figuring out whichasset-path
to use.Unless I am doing something wrong, it should respect the position where you put the
.cljs.edn
file I guess.EDIT: I have a repro here: https://github.com/arichiardi/figreload-demo/tree/boot-cljs-152