mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
1dfa7fb2d1
commit
e75d885ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ CloudServer.Obj = cloudRequire(CloudServer.LIBDIRSERVER +
|
|||
if(CloudServer.Obj){
|
||||
CloudServer.Cache = CloudServer.Obj.Cache;
|
||||
CloudServer.Minify = CloudServer.Obj.Minify;
|
||||
CloudServer.Minify = CloudServer.Obj.IsFileChanged;
|
||||
CloudServer.IsFileChanged = CloudServer.Obj.IsFileChanged;
|
||||
}
|
||||
|
||||
console.log('could not found one of Cloud Commander SS files');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue