From 962977dbff0d9a7e5e76d1be2a6e43f045bd5d64 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 14 Oct 2015 13:44:18 +0200 Subject: [PATCH] fixed make package --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 89e4c0bc..74ac9834 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -105,7 +105,7 @@ gulp.task('compress-dist', ['build'], function() { }); gulp.task('cleanup-dist', ['compress-dist'], function() { - return gulp.src(['releases/**/*', '!releases/*.zip']).pipe($.clean()); + return del(['releases/**/*', '!releases/*.zip']); }); gulp.task('update-version-manifests', function() {