headstart icon indicating copy to clipboard operation
headstart copied to clipboard

Sass imports won't trigger a reload if not imported before build

Open flovan opened this issue 11 years ago • 2 comments

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.

flovan avatar Jun 23 '14 18:06 flovan

I've hit this bug too. However making a change to main.scss triggers a rebuild of all sass.

gurre avatar Jun 24 '14 20:06 gurre

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.

flovan avatar Jun 24 '14 20:06 flovan