minor changes

This commit is contained in:
coderaiser 2013-01-29 10:24:15 -05:00
parent dd29c4a8d6
commit 34a58fb84c

View file

@ -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('.'),