mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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() {
|
gulp.task('fonts', function() {
|
||||||
return gulp.src(['ionic/**/*.ttf', 'ionic/**/*.woff'])
|
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);
|
require('./scripts/snapshot/snapshot.task')(gulp, argv, buildConfig);
|
||||||
|
Reference in New Issue
Block a user