diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-05-30 14:26:07 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-06-02 14:22:23 +0300 |
commit | 0167fb458441a4465c4850e9b945632101d2afd6 (patch) | |
tree | 5cda05804479087816d40d54816a39eb931d95e0 /tasks/config.js | |
parent | 2cf54d65c19c50f50028b906b89d89d28c043b22 (diff) | |
download | vaadin-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 '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, |