This commit is contained in:
node 2012-07-04 20:02:36 +00:00
parent 9b4c2b97be
commit 1ce22e214a

View file

@ -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();
CloudServer.start();