Sage 9 hot reloading not working

Greetings,

Granted it’s been a while since i’ve used Sage, but it’s not hot reloading for me. I was under the impression that yarn start should auto inject in the browser, when you change a class in an scss file. That’s not happening for me. I haven’t really touched any of the files, except adding this at the top of main.scss to test host reloading:

html {
background-color: black;
}

It works if I do yarn build:production, but that’s a real pain after every class change.

I’m not sure what’s going on here. It should work out of the box after you “yarn”, then “yarn start”… am I missing something?

Thanks in advance for any assistance.

jD

I’m sorry, I don’t understand what you’re saying.

@justdayan: There is a Sage 9.x update branch that should fix most if not all build and watch (sync) related issues.

Ah, now I understand. I’ll give it a whirl. Thank you!

This topic was automatically closed after 42 days. New replies are no longer allowed.