Added line to allow encoding which prevent png

This commit is contained in:
alexjanousekGSA
2024-07-24 12:39:04 -06:00
parent 3ca1b4b32a
commit 6fc428363a

View File

@@ -149,7 +149,7 @@ const images = () => {
paths.govuk_frontend + 'assets/images/**/*',
paths.src + 'images/**/*',
paths.src + 'img/**/*',
])
], {encoding: false})
.pipe(dest(paths.dist + 'images/'))
};