Fork me on GitHub
#lein-figwheel
<
2015-10-14
>
Tom H.10:10:25

I'm having some trouble getting the figwheel repl working

Tom H.10:10:34

Once I start figwheel, reloads are happening fine (using devcards!) but I can't access anything from my ns even after calling (in-ns 'myapp.namespace)

Tom H.10:10:53

the prompt changes to "myapp.namespace=>" but nothing works, just lots of " Use of undeclared Var"

Tom H.10:10:20

(js/alert "hello") works but not vars that I defined in the ns