sp00m / gulp-watch-sass

Watches for SASS files modifications, taking @import-ing SASS files into account.
MIT License
6 stars 2 forks source link

Sass partial change doesn't triggered to recompile main sass file #8

Closed kolyaraketa closed 6 years ago

kolyaraketa commented 6 years ago

When I changing a file _base.sass, nothing happens, what am I doing wrong?

gulp.task("sassp", () => watchSass(['./src/sass/**/*.sass'])
  .pipe(sass())
  .pipe(gulp.dest("./public")));

image

sp00m commented 6 years ago

Would you be able to provide an MVCE so that I can try to reproduce the issue you're facing? Which file is @importing your _base.sass? Does it behave the way you expect when you're running SASS directly, i.e. without gulp-watch-sass?

sp00m commented 6 years ago

@kolyaraketa, any update? Are you still facing the issue?

sp00m commented 6 years ago

Closed because of inactivity.