From f104a47f75c026176bbf25dccc1067c9f70c530c Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Tue, 6 Oct 2015 09:26:12 +0200 Subject: [PATCH] adding config parameter --- tasks/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.39.5