figwheel-main

figwheel-main http://figwheel.org
dominicm 2020-07-21T14:50:25.107900Z

Something that's not super clear from the :bundle-freq docs is whether bundle is run on the first compile for :smart. I suspect it does, but it doesn't say for certain that it does.

dominicm 2020-07-21T14:50:40.108Z

(Finally getting round to updating this stuff!)

bhauman 2020-07-21T14:55:50.108700Z

@dominicm yes it always runs on the first compile ๐Ÿ™‚

bhauman 2020-07-21T14:56:06.109Z

@dominicm 0.2.11 is the latest

dominicm 2020-07-21T14:58:04.109100Z

There's an update again! Oops. Guess I have a bump to make ๐Ÿ˜

dominicm 2020-07-21T14:58:15.109200Z

took us 4 weeks to bump deps last time due to unrelated issuesโ€ฆ

dominicm 2020-07-21T15:19:22.109300Z

Hmm. I'm not seeing a rebundle on npm_deps.js change. Digging in now.

dominicm 2020-07-21T15:32:51.109400Z

I'm not seeing the figwheel logg indicating that it's run Bundle command after the initial one :/

dominicm 2020-07-21T15:34:24.109600Z

Nvm. I needed to --line-buffered my grep ๐Ÿ˜

dominicm 2020-07-21T15:38:43.109700Z

The bundle is happening, so I guess that figwheel is working. Must be a problem elsewhere.

dominicm 2020-07-21T15:41:16.109800Z

Ah, I think my frontend.js was being cached