diff --git a/gulpfile.js b/gulpfile.js index 41dddff9..83643c1f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -94,6 +94,6 @@ gulp.task('translate:compile', function () { }) gulp.task('clean', function () { - return gulp.src('./tmp', {read: false}) + return gulp.src(['./tmp', './res/build'], {read: false}) .pipe(clean()) })