@souenzzo OK the problem is the classpath
you don't have to have the resources directory, I was wrong about that
but for this to work you have to add resources to the classpath
in deps.edn
for figwheel to work you would have to have a public directory on the classpath somewhere, and that's where the compiler assets need to be as well
Now working with :path ["src" "resources"]
on deps.edn
I will post this setup this week