Fork me on GitHub
#figwheel-main
<
2020-07-21
>
dominicm14:07:25

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.

dominicm14:07:40

(Finally getting round to updating this stuff!)

bhauman14:07:50

@dominicm yes it always runs on the first compile 🙂

bhauman14:07:06

@dominicm 0.2.11 is the latest

dominicm14:07:04

There's an update again! Oops. Guess I have a bump to make 😁

dominicm14:07:15

took us 4 weeks to bump deps last time due to unrelated issues…

dominicm15:07:22

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

dominicm15:07:51

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

dominicm15:07:24

Nvm. I needed to --line-buffered my grep 😁

dominicm15:07:43

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

dominicm15:07:16

Ah, I think my frontend.js was being cached