mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
whoops fonts still used by bundles
This commit is contained in:
@@ -366,8 +366,8 @@ gulp.task('sass', function() {
|
||||
});
|
||||
|
||||
gulp.task('fonts', function() {
|
||||
return gulp.src(['ionic/fonts/**/*.ttf', 'ionic/fonts/**/*.woff'])
|
||||
.pipe(gulp.dest('dist/fonts'));
|
||||
return gulp.src(['ionic/**/*.ttf', 'ionic/**/*.woff'])
|
||||
.pipe(gulp.dest('dist'));
|
||||
});
|
||||
|
||||
require('./scripts/snapshot/snapshot.task')(gulp, argv, buildConfig);
|
||||
@@ -397,7 +397,7 @@ gulp.task('copy.scss', function() {
|
||||
'!ionic/components/*/test/**/*',
|
||||
'!ionic/util/test/*'
|
||||
])
|
||||
.pipe(gulp.dest('dist/src/scss'));
|
||||
.pipe(gulp.dest('dist'));
|
||||
})
|
||||
|
||||
gulp.task('copy.web-animations', function() {
|
||||
|
||||
Reference in New Issue
Block a user