I was under the impression that changes to sass resources would be reloaded right away;
It seems to rebuild the file, but it’s not changed until I stop and restart the hugo serve
I’ve made a minimal repo demonstrating the problem:
What I expect to happen: changing the theme’s background color in main.sass happen right away.
What does happen:
Change of Static files detected, rebuilding site.
2022-11-01 13:45:37.280 -1000
Syncing assets/main.sass to /
but the main.css
remains the same.
Thank you;