summaryrefslogtreecommitdiffstats
path: root/tasks/config.js
diff options
context:
space:
mode:
authorTomi Virkki <tomivirkki@users.noreply.github.com>2015-10-08 16:48:48 +0300
committerTomi Virkki <tomivirkki@users.noreply.github.com>2015-10-08 16:48:48 +0300
commit4ecbae8718341d380c57fce6bbd8fb690930bee1 (patch)
tree1444579207060892d753a256732885dfbf06999a /tasks/config.js
parentfef191e55a0055ace031fb2431fc2d9edc781052 (diff)
parent1f3a3c90baeb7aab5097d4df9f9331c16d7520db (diff)
downloadvaadin-core-4ecbae8718341d380c57fce6bbd8fb690930bee1.tar.gz
vaadin-core-4ecbae8718341d380c57fce6bbd8fb690930bee1.zip
Merge pull request #12 from vaadin/docsite_task
Adding tasks to prepare demos for the doc site
Diffstat (limited to 'tasks/config.js')
-rw-r--r--tasks/config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks/config.js b/tasks/config.js
index dc48921..4c53fd6 100644
--- a/tasks/config.js
+++ b/tasks/config.js
@@ -13,7 +13,8 @@ module.exports = {
staging: {
bower: 'target/bower',
cdn: 'target/cdn',
- zip: 'target/zip'
+ zip: 'target/zip',
+ doc: 'target/docsite'
},
userhome: userhome,
privateKey: function() {