diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-08-29 14:37:00 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-08-29 16:34:21 +0300 |
commit | 9e55d6c52d8faa82338b6eae613cd95d112d0e2f (patch) | |
tree | 1b466d7df0b1b5a13d9ece2b7c35c5b65302ffb0 /gulpfile.js | |
parent | 5d34d324759f329ad713139f09afac0b5320bd01 (diff) | |
download | vaadin-core-9e55d6c52d8faa82338b6eae613cd95d112d0e2f.tar.gz vaadin-core-9e55d6c52d8faa82338b6eae613cd95d112d0e2f.zip |
Generate a separate bower.json with overrides for master
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 312593b..f31904f 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:zip']); +gulp.task('clean', ['clean:cdn', 'clean:bower', 'clean:zip']); gulp.task('deploy', ['deploy:cdn']); |