diff --git a/gulpfile.js b/gulpfile.js index 30d7c0d8150..8f80a783b27 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -190,7 +190,7 @@ gulp.task('watch', function () { }); gulp.task('dist:clean', function (cb) { - return rimraf(paths.dist, cb); + return rimraf(paths.dist + '**/*', cb); }); gulp.task('dist:move', function () {