mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
from now any file minifying only if last modified time was changed
This commit is contained in:
parent
7b9c23928f
commit
e8506d94e3
3 changed files with 5 additions and 1 deletions
|
|
@ -115,6 +115,9 @@ with clicks on files.
|
|||
* Added ability to hide "Upload To" menu item if
|
||||
no storage modules setted up in modules.json.
|
||||
|
||||
* From now any file minifying only if last modified
|
||||
time was changed.
|
||||
|
||||
|
||||
2012.12.12, Version 0.1.8
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"appcache" : false,
|
||||
"cache" : false,
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : false,
|
||||
"html" : false,
|
||||
"img" : false
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
console.log(pName);
|
||||
|
||||
pParams.callback = null;
|
||||
pParams.name = pName;
|
||||
if(pParams.request && pParams.response)
|
||||
main.sendFile(pParams);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue