in gulpfile.babel.js [120:126]
function readOpt(fn) { try { return fs.readFileSync(fn); } catch (err) { return ''; } }