figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
bhauman 2018-03-05T01:04:24.000045Z

@souenzzo OK the problem is the classpath

bhauman 2018-03-05T01:04:45.000211Z

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

bhauman 2018-03-05T01:05:09.000063Z

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

bhauman 2018-03-05T01:05:31.000024Z

in deps.edn

bhauman 2018-03-05T01:10:08.000160Z

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

souenzzo 2018-03-05T03:06:49.000103Z

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