修复 windows 平台 npm run dist 任务异常的问题 (#301)

This commit is contained in:
秦天翔
2017-11-09 23:56:52 -06:00
committed by neverland
parent 874dd0cefa
commit fbcb691699
3 changed files with 12 additions and 5 deletions

View File

@@ -35,7 +35,8 @@ gulp.task('compile', () => {
.src('./src/*.css')
.pipe(postcss())
.pipe(cssmin())
.pipe(gulp.dest('./lib'));
.pipe(gulp.dest('./lib'))
.pipe(gulp.dest('../../lib/vant-css/'));
});
gulp.task('icon-font-ttf', () => {