aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorTeemu Pòˆntelin <teemu@vaadin.com>2016-05-30 14:26:07 +0300
committerTeemu Pòˆntelin <teemu@vaadin.com>2016-06-02 14:22:23 +0300
commit0167fb458441a4465c4850e9b945632101d2afd6 (patch)
tree5cda05804479087816d40d54816a39eb931d95e0 /gulpfile.js
parent2cf54d65c19c50f50028b906b89d89d28c043b22 (diff)
downloadvaadin-core-1.0.tar.gz
vaadin-core-1.0.zip
Add "zip" Gulp task to create the zip package for a release1.0
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index eb04af8..9f60d08 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -7,9 +7,9 @@ var git = require('gulp-git');
var version = '0.3.0';
gulp.task('default', function() {
- console.log('\n Use:\n gulp <stage|deploy[:cdn]>\n');
+ console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n');
});
-gulp.task('clean', ['clean:cdn']);
+gulp.task('clean', ['clean:cdn', 'clean:zip']);
gulp.task('deploy', ['deploy:cdn']);