Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Last active August 29, 2015 14:02
Show Gist options
  • Save yoshuawuyts/727b22fd0104df174157 to your computer and use it in GitHub Desktop.
Save yoshuawuyts/727b22fd0104df174157 to your computer and use it in GitHub Desktop.

ghpages joy with @gulpjs & git subtrees:

gulp.task('deploy', ['build'], shell.task([
  'git subtree push --prefix www origin gh-pages'
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment