mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[bugfix] missing style entry in dist lib
This commit is contained in:
@@ -25,6 +25,7 @@ gulp.task('compile', () => {
|
||||
gulp.task('lib', ['compile'], () => {
|
||||
const ttf = glob.sync(resolve('./src/*.ttf'));
|
||||
ttf.forEach(ttf => fs.copy(ttf, './lib/' + path.parse(ttf).base));
|
||||
fs.copy('./lib', '../../lib/vant-css');
|
||||
fs.copy('./lib', '../../es/vant-css');
|
||||
});
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user