function jekyllBuild()

in gulpfile.js [37:39]


function jekyllBuild() {
  return child.spawn( jekyll, ['build'], {stdio: 'inherit'})
}