From 0cc31d1c0627d8ba2176f580c219aa99227e4d7b Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 12 Feb 2015 15:56:34 -0500 Subject: [PATCH] Debugging installer --- tasks/config/project/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/config/project/config.js b/tasks/config/project/config.js index 923c0ee51..e0a3da379 100644 --- a/tasks/config/project/config.js +++ b/tasks/config/project/config.js @@ -51,6 +51,8 @@ module.exports = { // adds additional derived values to a config object addDerivedValues: function(config) { + config = config || defaults; + /*-------------- File Paths ---------------*/