aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.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 /tasks/config.js
parent2cf54d65c19c50f50028b906b89d89d28c043b22 (diff)
downloadvaadin-core-0167fb458441a4465c4850e9b945632101d2afd6.tar.gz
vaadin-core-0167fb458441a4465c4850e9b945632101d2afd6.zip
Add "zip" Gulp task to create the zip package for a release1.0
Diffstat (limited to 'tasks/config.js')
-rw-r--r--tasks/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/config.js b/tasks/config.js
index 3034ab8..61d550f 100644
--- a/tasks/config.js
+++ b/tasks/config.js
@@ -12,6 +12,7 @@ module.exports = {
staging: {
bower: 'target/bower',
cdn: 'target/cdn',
+ zip: 'target/zip',
doc: 'target/docsite'
},
userhome: userhome,