figwheel

markwoodhall 2018-11-23T11:23:39.021600Z

@markwoodhall has left the channel

jsa-aerial 2018-11-23T19:19:51.021800Z

@jsa-aerial has joined the channel

jsa-aerial 2018-11-23T20:46:19.025800Z

I have a case where I would like to have the host index.html file under public/Fig instead of just public (under resources). I'm using lein and indicate this with option :open-urls [""] . Figwheel starts and opens this just fine, but cljs-repl claims that figwheel never connects (`Prompt will show when Figwheel connects to your application` hangs with no prompt). If I put the index.html back at publi/ then it just works. Any ideas on why this behavior happens?