Fork me on GitHub
#lein-figwheel
<
2016-05-27
>
jamesmintram18:05:18

Hi guys - I have tried following the Instructions for getting nRepl working with Figwheel but have hit an issue. I am trying this with an unmodified reagent template - I get as far as the page loading and an error in my console about goog not being declared. The app.js file just has a bunch of

goog.addDependency("base.js", ['goog'], []);
and nothing else. Is there some obvious step that is missing from this? The steps I carried out were:
lein repl
(use 'figwheel-sidecar.repl-api)
(start-figwheel!)
(cljs-repl)
and then connect with a browser.