diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-05-30 14:26:07 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-05-31 09:25:13 +0300 |
commit | e52f072328b4c77e87b7831c407401073cf9c9ee (patch) | |
tree | a93c425ee5317d8f5983e20df1b59047605ef5ae /tasks/config.js | |
parent | efab1e9fb26170cca40092af2d67ade23411dcd1 (diff) | |
download | vaadin-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.js | 1 |
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, |