mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-23 10:14:19 -04:00
Merge pull request #1839 from GSA/bugfix/images
Added back part that got removed that allowed png images
This commit is contained in:
@@ -99,10 +99,11 @@ const copyGtmHead = () => {
|
||||
|
||||
// Task to copy images
|
||||
const copyImages = () => {
|
||||
return src(paths.src + 'images/**/*')
|
||||
return src(paths.src + 'images/**/*', { encoding: false })
|
||||
.pipe(dest(paths.dist + 'images/'));
|
||||
};
|
||||
|
||||
|
||||
// Configure USWDS paths
|
||||
uswds.settings.version = 3;
|
||||
uswds.paths.dist.css = paths.dist + 'css';
|
||||
|
||||
Reference in New Issue
Block a user