diff --git a/gulpfile.js b/gulpfile.js index 010e83bf65..0c8923dcd8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -234,7 +234,7 @@ gulp.task('pack-watch', function(cb) { .pipe(gulp.dest(webpackConfig.output.path)); }); -gulp.task('pack-watch-manifest', ['pack-watch'], function() { +gulp.task('pack-watch-manifest', function() { return gulp.src(webpackConfig.output.path + '/bundle.js') .pipe(rev()) // copy files to public