diff --git a/gulpfile.js b/gulpfile.js index 6e6d0bf6ae..9a8d5ee63a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -68,7 +68,6 @@ var babelOptions = { */ gulp.task('build', function(done){ runSequence( - 'clean', 'copy.libs', ['bundle', 'sass', 'fonts', 'copy.scss'] );