from now any file minifying only if last modified time was changed

This commit is contained in:
coderaiser 2013-01-29 10:59:30 -05:00
parent 34a58fb84c
commit 9c728bd749
3 changed files with 5 additions and 1 deletions

View file

@ -67,6 +67,7 @@
console.log(pName);
pParams.callback = null;
pParams.name = pName;
if(pParams.request && pParams.response)
main.sendFile(pParams);
}