minor changes

This commit is contained in:
coderaiser 2012-12-27 08:08:22 -05:00
parent f043fd27a5
commit 5ba73ac192
4 changed files with 11 additions and 7 deletions

View file

@ -334,14 +334,13 @@
(lCheck_f('css') && lMin_o.css) ||
(lCheck_f('html') && lMin_o.html);
if(lResult){
if(lResult)
lResult = CloudServer.Minify.optimize(lName, {
cache: true,
callback: function(pFileData){
lReadFileFunc_f(undefined, pFileData, false);
}
});
}
}
if(!lResult)