Browse Source

more debug

pull/1785/head
jlukic 10 years ago
parent
commit
25f700fe28
1 changed files with 4 additions and 1 deletions
  1. 5
      tasks/config/user.js

5
tasks/config/user.js

@ -17,6 +17,7 @@ var
userConfig userConfig
; ;
console.log(defaults);
/******************************* /*******************************
User Config User Config
@ -55,4 +56,6 @@ userConfig = config.addDerivedValues(userConfig);
Export Export
*******************************/ *******************************/
module.exports = userConfig;
module.exports = userConfig;
console.log(defaults);
Loading…
Cancel
Save