Merge pull request #1763 from GSA/bugfix/no-png-files

Added line to allow encoding which prevent png
This commit is contained in:
Carlo Costino
2024-07-24 14:46:05 -04:00
committed by GitHub

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