diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-08-30 13:41:53 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-08-30 13:41:53 +0300 |
commit | ac016539b77e41337c2751843b35c0a481a6390c (patch) | |
tree | a51f7d14f0dd94c9b933446df53f28425e6cd99b | |
parent | 46717c831bbbc19b9b0c29512e17b230c775f48b (diff) | |
download | vaadin-core-ac016539b77e41337c2751843b35c0a481a6390c.tar.gz vaadin-core-ac016539b77e41337c2751843b35c0a481a6390c.zip |
Remove dependency to a removed task
-rw-r--r-- | gulpfile.js | 2 |
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']); |