Merge branch 'main' into 1677-user-story-view-table-of-all-jobs-sent-with-my-service

This commit is contained in:
Beverly Nguyen
2024-07-24 13:44:40 -07:00
58 changed files with 2653 additions and 1548 deletions

View File

@@ -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/'))
};