From bd39764ae9c289fba5aab06beb4ebc224e0eddbd Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sat, 22 Aug 2015 05:15:09 +0200 Subject: [PATCH] showcase: gulpfile.js missing readDelay value --- angularjs/showcase/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/showcase/gulpfile.js b/angularjs/showcase/gulpfile.js index c8fb00d..a52eeaf 100644 --- a/angularjs/showcase/gulpfile.js +++ b/angularjs/showcase/gulpfile.js @@ -477,7 +477,7 @@ function synchronization(environment) { plugins.watch(jsFiles, { name: 'Files synchronization', verbose: true, - readDelay: 200 + readDelay: 250 }, plugins.batch(function (events, done) { // TODO: gulp.start going to be deprecated in gulp 4.0.0 version. Alternatives? gulp.start('build', done); -- 2.1.4