mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
Added line to allow encoding which prevent png
This commit is contained in:
@@ -149,7 +149,7 @@ const images = () => {
|
||||
paths.govuk_frontend + 'assets/images/**/*',
|
||||
paths.src + 'images/**/*',
|
||||
paths.src + 'img/**/*',
|
||||
])
|
||||
], {encoding: false})
|
||||
.pipe(dest(paths.dist + 'images/'))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user