mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 20:10:16 -04:00
Merge branch 'main' into 1677-user-story-view-table-of-all-jobs-sent-with-my-service
This commit is contained in:
@@ -27,7 +27,6 @@ plugins.uglify = require('gulp-uglify');
|
||||
const paths = {
|
||||
src: 'app/assets/',
|
||||
dist: 'app/static/',
|
||||
templates: 'app/templates/',
|
||||
npm: 'node_modules/',
|
||||
toolkit: 'node_modules/govuk_frontend_toolkit/',
|
||||
govuk_frontend: 'node_modules/govuk-frontend/'
|
||||
@@ -152,9 +151,7 @@ const images = () => {
|
||||
paths.govuk_frontend + 'assets/images/**/*',
|
||||
paths.src + 'images/**/*',
|
||||
paths.src + 'img/**/*',
|
||||
paths.template + 'assets/images/**/*'
|
||||
|
||||
])
|
||||
], {encoding: false})
|
||||
.pipe(dest(paths.dist + 'images/'))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user