Fork me on GitHub
#lein-figwheel
<
2018-10-15
>
bhauman12:10:24

@octo221 can you file an issue for this giving more details, this does seem like a bug

manu15:10:58

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