From 20475ffcc45b0bf69d731828e652437745384146 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 23 Dec 2014 14:05:23 -0800 Subject: [PATCH] reduce delay on gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index cc488c5d05..fb5377729d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,7 +5,7 @@ var gulp = require('gulp'), sync = require('browser-sync'), reload = sync.reload, inject = require('gulp-inject'), - reloadDelay = 7000; + reloadDelay = 3000; var paths = { server: './app.js',