mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
nodester
This commit is contained in:
parent
0545c14866
commit
5dc8b2665e
1 changed files with 3 additions and 3 deletions
|
|
@ -187,10 +187,10 @@ CloudServer.init=(function(){
|
|||
var lConfig={
|
||||
"cache" : {"allowed" : true},
|
||||
"minification" : {
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
"img" : false
|
||||
}
|
||||
};
|
||||
try{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue