mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] duplicate icon-font file in css dist dir
This commit is contained in:
parent
cd184b6e8b
commit
bf0d3910a4
@ -14,6 +14,7 @@ const resolve = relativePath => path.resolve(__dirname, relativePath);
|
||||
|
||||
// compile component css
|
||||
gulp.task('compile', () => {
|
||||
fs.emptyDirSync('./lib');
|
||||
return gulp
|
||||
.src('./src/*.css')
|
||||
.pipe(postcss())
|
||||
|
Loading…
x
Reference in New Issue
Block a user