From c0a515e75b7f4efb508996504be06025c6b53b26 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Thu, 22 May 2014 15:16:45 +0900 Subject: [PATCH] Clean build files. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) })