diff --git a/gulpfile.js b/gulpfile.js index 90e0104ca..43229e340 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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/')) };