diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2016-05-17 14:32:36 +0300 |
---|---|---|
committer | Teemu Pöntelin <teemu@vaadin.com> | 2016-06-02 14:22:08 +0300 |
commit | 2cf54d65c19c50f50028b906b89d89d28c043b22 (patch) | |
tree | 84b2b8da777dff23d387d88e0b72b6a8f69be537 /tasks/config.js | |
parent | 54f16084e31b67619872d3ac44516142850a05a2 (diff) | |
download | vaadin-core-2cf54d65c19c50f50028b906b89d89d28c043b22.tar.gz vaadin-core-2cf54d65c19c50f50028b906b89d89d28c043b22.zip |
Removed ZIP related steps
Diffstat (limited to 'tasks/config.js')
-rw-r--r-- | tasks/config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tasks/config.js b/tasks/config.js index d87ce0d..3034ab8 100644 --- a/tasks/config.js +++ b/tasks/config.js @@ -8,12 +8,10 @@ module.exports = { version: args.version || 'master', permalink: args.version ? 'latest' : '', toolsHost: args.toolsHostname || 'tools.vaadin.com', - zipHost: args.zipHostname || 'vaadin.com', paths: { staging: { bower: 'target/bower', cdn: 'target/cdn', - zip: 'target/zip', doc: 'target/docsite' }, userhome: userhome, |