Fork me on GitHub
#lein-figwheel
<
2016-04-08
>
adamfrey14:04:20

I’m cross posting this from #C0E1SN0NM: I’m running into a problem while using re-natal (which uses figwheel) where my cljs is compiling without errors or warnings, but then I require a foo namespace from my base namespace, and foo/any-var is nil, regardless it’s real value in foo. Then if I edit the foo namespace in any way (add a comment), the app reloads through figwheel and foo/any-var has its correct value. Has anyone seen this problem before/have an idea what’s going on?

darwin15:04:18

@bhauman: what is the reason behind "first build shouldn't send notifications”? I have a use case where I need to wait for first build to finish before I can launch some other things, :notify-command would be handy here

darwin15:04:06

and consistent with situation when I simply replace figwheel with cljsbuild auto