Concat sass not refreshing in Hugo Server

@bep thanks for the suggestion! I tried changing the dir name to scss. However updates to /assets/scss/{a,b,c}.scss are still not automatically shown in browser (/assets/scss/solo.scss works). I am not sure if you meant /scss at the root of the project dir. I tried this also with /scss/top.scss but I get an error when trying to use {{ $topCSS := resources.Get “scss/top.scss” | resources.ToCSS}}

I’ve updated my sample repo to show what I’ve tried.

Is this the way you suggested to structure the scss source files or am I missing something?