lein-figwheel

bhauman 2018-10-15T12:05:24.000100Z

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

manu 2018-10-15T15:45:58.000100Z

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