separate sync for pull (implemented) and push (not yet)

This commit is contained in:
azivner
2017-10-26 20:31:31 -04:00
parent f6033705a7
commit 266727a21b
9 changed files with 116 additions and 73 deletions

View File

@@ -19,7 +19,8 @@ function info(message) {
}
function error(message) {
logger.error(message);
// we're using .info() instead of .error() because simple-node-logger emits weird error for error()
logger.info(message);
}
const requestBlacklist = [ "/api/audit", "/libraries", "/javascripts", "/images", "/stylesheets" ];