diff options
author | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2015-10-08 16:48:48 +0300 |
---|---|---|
committer | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2015-10-08 16:48:48 +0300 |
commit | 4ecbae8718341d380c57fce6bbd8fb690930bee1 (patch) | |
tree | 1444579207060892d753a256732885dfbf06999a /tasks/config.js | |
parent | fef191e55a0055ace031fb2431fc2d9edc781052 (diff) | |
parent | 1f3a3c90baeb7aab5097d4df9f9331c16d7520db (diff) | |
download | vaadin-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.js | 3 |
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() { |