diff --git a/tasks/config/user.js b/tasks/config/user.js index 9bb316e62..cf4abb7e7 100644 --- a/tasks/config/user.js +++ b/tasks/config/user.js @@ -17,6 +17,7 @@ var userConfig ; +console.log(defaults); /******************************* User Config @@ -55,4 +56,6 @@ userConfig = config.addDerivedValues(userConfig); Export *******************************/ -module.exports = userConfig; \ No newline at end of file +module.exports = userConfig; + +console.log(defaults);