From e292f0f6aa08efb0552c90bbd21eeca14aacdd94 Mon Sep 17 00:00:00 2001 From: lucasdevelop Date: Wed, 21 Jul 2021 23:58:40 +0200 Subject: [PATCH] no minifi gulp source --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 05eafd0..5302e4e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,9 +8,10 @@ gulp.task('build', function(done) { gulp.src(Src) .pipe(minify({ ext:{ - src:'-debug.js', + min:'.js' }, + noSource: true, exclude: ['tasks'], ignoreFiles: ['.combo.js', '-min.js'] }))