Skip to content

Commit

Permalink
Add gulp-plumber to JavaScript compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 22, 2022
1 parent f66927e commit 90dc98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/gulp/compile-assets.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export async function compileJavaScripts () {
: 'GOVUKFrontend'

return gulp.src(slash(join(configPaths.src, file)))
.pipe(plumber())
.pipe(rollup({
// Used to set the `window` global and UMD/AMD export name
// Component JavaScript is given a unique name to aid individual imports, e.g GOVUKFrontend.Accordion
Expand Down

0 comments on commit 90dc98d

Please sign in to comment.