refactored

This commit is contained in:
coderaiser 2013-01-31 09:39:55 -05:00
parent e33f9aab29
commit 693e4018af
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"api_url" : "/api/v1",
"appcache" : false,
"minification" : {
"js" : false,
"js" : true,
"css" : true,
"html" : false,
"img" : true

View file

@ -269,7 +269,7 @@
lExt === '.html' && lMin.html;
Util.ifExec(!lResult, function(pParams){
var lSendName = pParams && pParams.name || lSendName;
var lSendName = pParams && pParams.name || lName;
main.sendFile({
name : lSendName,

View file

@ -74,7 +74,7 @@
if(pChanged)
Minify.optimize(pName, pParams);
else
main.sendFile(pParams);
main.sendFile();
});
}
else{