Showing
1 changed file
with
1 additions
and
1 deletions
@@ -148,7 +148,7 @@ gulp.task('img', () => { | @@ -148,7 +148,7 @@ gulp.task('img', () => { | ||
148 | 148 | ||
149 | // copy font | 149 | // copy font |
150 | gulp.task('font', () => { | 150 | gulp.task('font', () => { |
151 | - return gulp.src('font/*') | 151 | + return gulp.src('font/**/*') |
152 | .pipe(gulp.dest(dist.font)); | 152 | .pipe(gulp.dest(dist.font)); |
153 | }); | 153 | }); |
154 | 154 |
-
Please register or login to post a comment