From: Teemu Pòˆntelin Date: Tue, 30 Aug 2016 10:41:53 +0000 (+0300) Subject: Remove dependency to a removed task X-Git-Tag: v1.2.0~14^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac016539b77e41337c2751843b35c0a481a6390c;p=vaadin-core.git Remove dependency to a removed task --- 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 |\n'); }); -gulp.task('clean', ['clean:cdn', 'clean:bower', 'clean:zip']); +gulp.task('clean', ['clean:cdn', 'clean:zip']); gulp.task('deploy', ['deploy:cdn']);