diff --git a/gulpfile.js b/gulpfile.js index 43efb1ebd7..0427eadb86 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -291,7 +291,7 @@ gulp.task('browserify:cc', function () { }); gulp.task('dist:clean', function (cb) { - return rimraf(paths.dist, cb); + return rimraf(paths.dist + '**/*', cb); }); gulp.task('dist:move', function () {