Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Forked from nerdpruitt/gist:e023dff48cd81a52db11
Last active August 29, 2015 14:08
Show Gist options
  • Save trevor-atlas/8b28557a4db14a906016 to your computer and use it in GitHub Desktop.
Save trevor-atlas/8b28557a4db14a906016 to your computer and use it in GitHub Desktop.
gulp.task('jekyll', function(){
return require('child_process').spawn('jekyll', ['serve', '--watch'], { stdio: 'inherit' });
});
gulp.task('default', ['jekyll']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment