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 }