aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.js
diff options
context:
space:
mode:
authorTomi Virkki <tomivirkki@users.noreply.github.com>2015-10-08 16:57:05 +0300
committerTomi Virkki <tomivirkki@users.noreply.github.com>2015-10-08 16:57:05 +0300
commit7e1b14654c5650770d5941084f24db2f93e6a313 (patch)
tree3a5f9b5f73955b6235d53817bc96c4de4ad5bf91 /tasks/config.js
parent4ecbae8718341d380c57fce6bbd8fb690930bee1 (diff)
parent2f528f4b80287c4325f7fac596b59479841b13ac (diff)
downloadvaadin-core-7e1b14654c5650770d5941084f24db2f93e6a313.tar.gz
vaadin-core-7e1b14654c5650770d5941084f24db2f93e6a313.zip
Merge pull request #17 from vaadin/cdn-destination
Fix cdn-destination after some changes in vaadin infra
Diffstat (limited to 'tasks/config.js')
-rw-r--r--tasks/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/config.js b/tasks/config.js
index 4c53fd6..83560f0 100644
--- a/tasks/config.js
+++ b/tasks/config.js
@@ -7,7 +7,7 @@ module.exports = {
components: ['vaadin-grid'],
version: args.version || 'master',
permalink: args.version ? 'latest' : '',
- cdnHost: args.cdnHostname || 'cdn.vaadin.com',
+ toolsHost: args.toolsHostname || 'tools.vaadin.com',
zipHost: args.zipHostname || 'vaadin.com',
paths: {
staging: {