@octo221 can you file an issue for this giving more details, this does seem like a bug
Hi! I've to add reagent to an existing static web-page made with hugo
to make some pieces of this page dynamic. hugo has a live-reload, so every time the js change, hugo recompile. Now with lein cljsbuild auto
, leiningen compile the javascript and hugo recompile. But in this way I'm not able to use repl.. How can I use figwheel repl by connecting it to a page served by hugo-server? thx