From 3a507763fb4e574accb18cd6b2e5261c44a2c309 Mon Sep 17 00:00:00 2001 From: pvcresin Date: Mon, 20 Jan 2025 10:54:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6747306..bd3a7e1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ gulp.task('Iconfont', async function () { // CSS templating, e.g. console.log(glyphs, options); }) + // If you are using gulp v5, add { encoding: false } option in dest function + // `.pipe(gulp.dest('www/fonts/', { encoding: false }));` .pipe(gulp.dest('www/fonts/')); }); ```