mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactored
This commit is contained in:
parent
e33f9aab29
commit
693e4018af
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"api_url" : "/api/v1",
|
||||
"appcache" : false,
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : false,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
if(pChanged)
|
||||
Minify.optimize(pName, pParams);
|
||||
else
|
||||
main.sendFile(pParams);
|
||||
main.sendFile();
|
||||
});
|
||||
}
|
||||
else{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue