aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index f31904f..312593b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -8,6 +8,6 @@ gulp.task('default', function() {
console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n');
});
-gulp.task('clean', ['clean:cdn', 'clean:bower', 'clean:zip']);
+gulp.task('clean', ['clean:cdn', 'clean:zip']);
gulp.task('deploy', ['deploy:cdn']);