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/')); }); ```