Skip to content

Commit cc9bc3d

Browse files
author
the-djmaze
committed
Bugfix: Gulp v5 broke copying fonts.
gulpjs/gulp#2797
1 parent 03a8e6a commit cc9bc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/vendors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const fontasticFontsClear = () => del('snappymail/v/' + config.devVersion + '/st
99

1010
const fontasticFontsCopy = () =>
1111
gulp
12-
.src('vendors/fontastic/fonts/snappymail.*')
12+
.src('vendors/fontastic/fonts/snappymail.*', { encoding: false })
1313
.pipe(gulp.dest('snappymail/v/' + config.devVersion + '/static/css/fonts'));
1414

1515
const fontastic = gulp.series(fontasticFontsClear, fontasticFontsCopy);

0 commit comments

Comments
 (0)