diff --git a/Gulpfile.js b/Gulpfile.js index 73643c962e..54f20cafb8 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -45,7 +45,7 @@ gulp.task("build", function () { }); gulp.task("watch", ["build"], function (callback) { - watch(scripts, function () { + watch(scripts, {debounceDelay: 200}, function () { gulp.start("build"); }); });