From c9c6be56a431b1d42627de24552d4ea550489a24 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sat, 27 Dec 2025 16:57:16 +0800 Subject: [PATCH] 1688 PO Automation Project --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e4e8ba47..86ff0e69 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -97,7 +97,6 @@ gulp.task('sourceJs', () => { gulp.task('sourceJsKeepNames', () => { fancyLog('Compiling source JS Keep Original Names dependencies'); - return gulp.src(pkg.globs.sourceJsKeepNames) .pipe(plugins.plumber({ errorHandler: onError })) .pipe(plugins.print())