diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-10-06 09:26:12 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-10-06 09:26:12 +0200 |
commit | f104a47f75c026176bbf25dccc1067c9f70c530c (patch) | |
tree | 5cf820c7f5a677dce4e9fb206fcf0635bdc56de6 | |
parent | acdfc069443032f5f4c4aca18b9f0a33e8fec8d3 (diff) | |
download | vaadin-core-f104a47f75c026176bbf25dccc1067c9f70c530c.tar.gz vaadin-core-f104a47f75c026176bbf25dccc1067c9f70c530c.zip |
adding config parameter
-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() { |