mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
5f6f577d7e
commit
dd29c4a8d6
6 changed files with 43 additions and 25 deletions
|
|
@ -324,8 +324,10 @@
|
|||
|
||||
if(lResult)
|
||||
lResult = CloudServer.Minify.optimize(lName, {
|
||||
cache: true,
|
||||
callback: function(pFileData){
|
||||
name : lName,
|
||||
request : pReq,
|
||||
response : pRes,
|
||||
callback : function(pFileData){
|
||||
lReadFileFunc_f(undefined, pFileData, false);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue