I using Jade and Coffee.
when I change the script file, browser reload 2 or 3 times, it make my computer lag.
and I try to change file glup/scripts.js task scripts-reload to
gulp.task('scripts-reload', function() {
return buildScripts()
.pipe(browserSync.stream({once: true}));
});
added {once: true} opt.
it just reload 1 time now, but sometime file change was not sync to browser, I need to press F5 to reload 1 more time by myself.
some one has any idea?
(sorry for my pool English...)