Sass imports won't trigger a reload if not imported before build
As someone pointed out through email, changes in imported Sass files won't trigger a reload in certain circumstances. If imports are made after the build has been started, only a manual save from the main file will make it happen. Strange enough, the imported file does work when the @import rule was in place before building.
Commenting and uncommenting an import does not affect whether it worked or not before doing so.
I've hit this bug too. However making a change to main.scss triggers a rebuild of all sass.
Yeah, but it shouldn't be that "intensive" for anyone to trigger a reload. Headstart is meant to do those kind of things for you after all. The issue also usually resolves itself once you get past having to uncomment any of the default modules, but it's a bug nonetheless.