Fork me on GitHub
#fulcro
<
2017-08-12
>
tony.kay23:08:04

OK, I figured out the dynamic loading problem: I’ve been doing it from devcards, and since those are dynamically scanned by the devcards system, the clojurescript compiler couldn’t pick them up correctly for use in modules. I had to add the explicit namespaces into the module list in the project file. Close to working now…it loads the code at least.

tony.kay23:08:41

still not triggering the callback, though…strange