1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 13:53:26 +00:00

update libs

This commit is contained in:
Kyle Spearrin
2017-08-31 08:51:19 -04:00
parent 443b099fa1
commit 9382bd77fc
2 changed files with 7 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ gulp.task('jekyll:build', function (cb) {
});
gulp.task('jekyll:serve', function (cb) {
return jekyll(['serve', '--watch'], cb);
return jekyll(['serve', '--watch', '--host=0.0.0.0'], cb);
});
gulp.task('serve', () => {