Fixed node build

This commit is contained in:
Christoph Oberhofer
2016-02-25 22:30:41 +01:00
parent 16da30652c
commit 3c020d04bf
8 changed files with 155 additions and 441 deletions
-1
View File
@@ -1,6 +1,5 @@
let config;
console.log(ENV);
if(ENV.development){
config = require('./config.dev.js');
} else if (ENV.node) {