I
I
Ivan Ukhov2016-12-06 11:02:25
gulp.js
Ivan Ukhov, 2016-12-06 11:02:25

Why is only main.scss (gulp) tracking?

gulp.task("watch",["browser-sync", "css-libs", "scripts"], function() {
  gulp.watch("app/sass/**/*.scss", ["sass"]);
  gulp.watch("app/*.html", browserSync.reload);
  gulp.watch("app/js/**/*.js", browserSync.reload);
});

Tell me why when changing Scss or Sass files (except for main.scss)
browserSync does not update the page, despite the fact that everything is fine with html.
If you need another piece of code for the answer, I can throw it off.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question