diff options
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, |