mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1484-dashboard-visualizations
# Conflicts: # app/assets/sass/uswds/_uswds-theme-custom-styles.scss # app/templates/views/dashboard/dashboard.html # gulpfile.js # tests/app/main/views/test_dashboard.py
This commit is contained in:
@@ -150,9 +150,8 @@ const images = () => {
|
||||
paths.toolkit + 'images/**/*',
|
||||
paths.govuk_frontend + 'assets/images/**/*',
|
||||
paths.src + 'images/**/*',
|
||||
paths.src + 'img/**/*'
|
||||
// paths.templates + 'assets/images/**/*'
|
||||
])
|
||||
paths.src + 'img/**/*',
|
||||
], {encoding: false})
|
||||
.pipe(dest(paths.dist + 'images/'))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user