refactored

This commit is contained in:
coderaiser 2013-01-31 10:36:15 -05:00
parent 34e2026366
commit c159638583
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,6 @@
else
lTimeChanged = Util.log(pError);
console.log(lTimeChanged);
if(lTimeChanged)
writeFile(CHANGES_JSON, Util.stringifyJSON(Times));

View file

@ -72,7 +72,7 @@
if(pChanged)
Minify.optimize(pName, pParams);
else
main.sendFile();
main.sendFile(pParams);
});
}
else{