From 0f11168f40b6b07ff36492db91e0baa5083c0026 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Mon, 31 Aug 2015 09:53:40 -0700 Subject: [PATCH] fix react manifest feedback loop --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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