Commit 5d37aa76 authored by Anton's avatar Anton
Browse files

изменил настройки browserSync

Showing with 1 addition and 0 deletions
+1 -0
......@@ -50,6 +50,7 @@ gulp.task('watch', function() {
baseDir: "./"
}
});
gulp.watch('./*.html').on('change', browserSync.reload);
gulp.watch(['./build/**/*.scss'], ['create_css']).on('change', browserSync.reload);
gulp.watch(['./build/**/*.scss'], ['create_min_css']).on('change', browserSync.reload);
gulp.watch(['./build/**/*.js'], ['create_js']).on('change', browserSync.reload);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment