mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-15 17:44:03 -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.govuk_frontend + 'assets/images/**/*',
|
||||||
paths.src + 'images/**/*',
|
paths.src + 'images/**/*',
|
||||||
paths.src + 'img/**/*',
|
paths.src + 'img/**/*',
|
||||||
])
|
], {encoding: false})
|
||||||
.pipe(dest(paths.dist + 'images/'))
|
.pipe(dest(paths.dist + 'images/'))
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user