fix react manifest feedback loop

This commit is contained in:
Berkeley Martinez
2015-08-31 09:53:40 -07:00
parent cd4ee10838
commit 0f11168f40

View File

@ -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