mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
97cf4b730d
commit
7b9c23928f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
if(this._allowed.css || this._allowed.js || this._allowed.html){
|
||||
main.srvrequire("ischanged").isFileChanged(pName, false, function(pChanged){
|
||||
if(!pChanged){
|
||||
if(pChanged){
|
||||
Minify.optimize(pName, pParams);
|
||||
}else{
|
||||
var lDot = pName.lastIndexOf('.'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue