From: Gustavo Martin Morcuende Date: Sat, 22 Aug 2015 03:15:09 +0000 (+0200) Subject: showcase: gulpfile.js missing readDelay value X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=bd39764ae9c289fba5aab06beb4ebc224e0eddbd;p=JavaScriptForFun showcase: gulpfile.js missing readDelay value --- 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);