figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
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 ["<http://localhost:3449/Fig/index.html>"] . 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?