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())