Fork me on GitHub
#figwheel
<
2018-03-05
>
bhauman01:03:24

@souenzzo OK the problem is the classpath

bhauman01:03:45

you don't have to have the resources directory, I was wrong about that

bhauman01:03:09

but for this to work you have to add resources to the classpath

bhauman01:03:31

in deps.edn

bhauman01:03:08

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

souenzzo03:03:49

Now working with :path ["src" "resources"] on deps.edn I will post this setup this week