diff --git a/gulpfile.js b/gulpfile.js index f80eee6e0..3e7dee06e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -149,7 +149,7 @@ const images = () => { paths.govuk_frontend + 'assets/images/**/*', paths.src + 'images/**/*', paths.src + 'img/**/*', - ]) + ], {encoding: false}) .pipe(dest(paths.dist + 'images/')) };