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-05-31 09:25:13 +0300
commite52f072328b4c77e87b7831c407401073cf9c9ee (patch)
treea93c425ee5317d8f5983e20df1b59047605ef5ae /tasks/config.js
parentefab1e9fb26170cca40092af2d67ade23411dcd1 (diff)
downloadvaadin-core-e52f072328b4c77e87b7831c407401073cf9c9ee.tar.gz
vaadin-core-e52f072328b4c77e87b7831c407401073cf9c9ee.zip
Add "zip" Gulp task to create the zip package for a release
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,