There is a caveat documented in the readme: > The callback is necessary because reading a file takes longer to execute than simple JavaScript Could Ironman use fs.readFileSync instead of fs.readFile to fix this problem?