diff --git a/server.js b/server.js index 9e704d81..d97f209e 100644 --- a/server.js +++ b/server.js @@ -183,14 +183,14 @@ CloudServer.init=(function(){ console.log('current dir: ' + process.cwd()); console.log('server dir: ' + lServerDir); process.chdir(lServerDir); - + console.log(process.cwd()); var lConfig={ "cache" : {"allowed" : true}, "minification" : { - "js" : true, - "css" : true, - "html" : true, - "img" : true + "js" : false, + "css" : false, + "html" : false, + "img" : false } }; try{ @@ -681,4 +681,4 @@ CloudServer.sendResponse = function(pHead, pData,pName){ } }; -CloudServer.start(); \ No newline at end of file +CloudServer.start();