mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
freeze assets
This commit is contained in:
@@ -231,11 +231,11 @@ const sass = () => {
|
||||
|
||||
const images = () => {
|
||||
return src([
|
||||
// paths.toolkit + 'images/**/*',
|
||||
// paths.govuk_frontend + 'assets/images/**/*'
|
||||
paths.toolkit + 'images/**/*',
|
||||
paths.govuk_frontend + 'assets/images/**/*',
|
||||
paths.src + 'images/**/*',
|
||||
paths.template + 'assets/images/**/*'
|
||||
|
||||
|
||||
])
|
||||
.pipe(dest(paths.dist + 'images/'))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user