fix pack-client should out to correct dir
This commit is contained in:
@ -183,7 +183,7 @@ gulp.task('pack-client', function() {
|
|||||||
.pipe(gulp.dest(webpackConfig.output.path))
|
.pipe(gulp.dest(webpackConfig.output.path))
|
||||||
.pipe(rev())
|
.pipe(rev())
|
||||||
// copy files to public
|
// copy files to public
|
||||||
.pipe(gulp.dest(paths.css))
|
.pipe(gulp.dest(webpackConfig.output.path))
|
||||||
// create and merge manifest
|
// create and merge manifest
|
||||||
.pipe(rev.manifest('react-manifest.json'))
|
.pipe(rev.manifest('react-manifest.json'))
|
||||||
.pipe(gulp.dest(paths.manifest));
|
.pipe(gulp.dest(paths.manifest));
|
||||||
|
Reference in New Issue
Block a user