mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
copy fonts to bundles as well as dist
This commit is contained in:
@ -346,7 +346,8 @@ gulp.task('sass', function() {
|
||||
|
||||
gulp.task('fonts', function() {
|
||||
return gulp.src(['ionic/**/*.ttf', 'ionic/**/*.woff'])
|
||||
.pipe(gulp.dest('dist'));
|
||||
.pipe(gulp.dest('dist'))
|
||||
.pipe(gulp.dest('dist/bundles'));
|
||||
});
|
||||
|
||||
require('./scripts/snapshot/snapshot.task')(gulp, argv, buildConfig);
|
||||
|
Reference in New Issue
Block a user