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'] }))