showcase: gulpfile.js missing readDelay value
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 22 Aug 2015 03:15:09 +0000 (05:15 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 22 Aug 2015 03:15:09 +0000 (05:15 +0200)
angularjs/showcase/gulpfile.js

index c8fb00d..a52eeaf 100644 (file)
@@ -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);