From 74edf8c6d53d9033ed4105a3b29148c8492bed17 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 4 Feb 2016 16:23:18 -0600 Subject: [PATCH] chore(build): don't clean before build --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) 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'] );