fix pack-client should out to correct dir

This commit is contained in:
Berkeley Martinez
2015-08-28 16:11:29 -07:00
parent 6c48395868
commit 9b6a709301

View File

@ -183,7 +183,7 @@ gulp.task('pack-client', function() {
.pipe(gulp.dest(webpackConfig.output.path))
.pipe(rev())
// copy files to public
.pipe(gulp.dest(paths.css))
.pipe(gulp.dest(webpackConfig.output.path))
// create and merge manifest
.pipe(rev.manifest('react-manifest.json'))
.pipe(gulp.dest(paths.manifest));