aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 3d28e7198..9f1acbf67 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -205,7 +205,7 @@ function copyTask(opts){
destinations.forEach(function(destination) {
stream = stream.pipe(gulp.dest(destination))
})
- stream.pipe(gulpif(disableLiveReload,livereload()))
+ stream.pipe(gulpif(!disableLiveReload,livereload()))
return stream
}