Skip to content

Commit

Permalink
fixup! Fixes #24722: Update gulp related js dependencies
Browse files Browse the repository at this point in the history
Fixes #24722: Update gulp related js dependencies
  • Loading branch information
RaphaelGauthier committed Apr 19, 2024
1 parent 4b671a8 commit 2b4ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/sources/rudder/rudder-web/src/main/gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function vendor_js(cb) {
};

function css(cb) {
src(paths.css.src)
src(paths.css.src, { encoding: false })
.pipe(dest(paths.css.dest));
cb();
};
Expand Down

0 comments on commit 2b4ff63

Please sign in to comment.