If I understand the correctly, boot-figwheel is compiling the Javascript artifact directly to target-path at the moment. This is not very "boot-ey" because what you usually do is to use the fileset abstraction and then dump (in case) to target using the target task.
Maybe there is a reason why this works like this at the moment that I ignore, but would you be open to an alternative solution and PR?
If I understand the correctly,
boot-figwheelis compiling the Javascript artifact directly totarget-pathat the moment. This is not very "boot-ey" because what you usually do is to use the fileset abstraction and then dump (in case) to target using thetargettask.Maybe there is a reason why this works like this at the moment that I ignore, but would you be open to an alternative solution and PR?