Fork me on GitHub
#figwheel-main
<
2018-12-17
>
Braden Shepherdson17:12:48

here I sit, waiting 40 seconds to compile and refresh my JS app at work, and wondering if I should demo Figwheel-main powering a CLJS app that plays nice inside Google's build infrastructure. Since figwheel-main is mostly a library run with the CLI tool, it seems plausible - but I'm concerned about the dependency on

Braden Shepherdson17:12:59

[com.datomic/client-cloud "0.8.63" with a bunch of exclusions.

Braden Shepherdson17:12:39

however, I observe that dep is missing from deps.edn, and some of the docs suggest it's not really required, just trying to work around trouble with Jetty's packaging.

Braden Shepherdson17:12:08

I'm hopeful that I can use the separate-server workflow with the clj tool, and get hot reloading to work nicely.