diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 04:56:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 04:56:25 +0300 |
commit | bf5315c58db990f37b6a7899738a0073faebfde3 (patch) | |
tree | 5be253311b9ca3589394b6a730f0e677f84bf55b | |
parent | fix licensing notices (diff) | |
download | jekyll-theme-bf5315c58db990f37b6a7899738a0073faebfde3.tar.gz jekyll-theme-bf5315c58db990f37b6a7899738a0073faebfde3.zip |
bind to 0.0.0.0 instead of localhost
Diffstat (limited to '')
-rw-r--r-- | serve.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -bundle exec jekyll serve --watch --force_polling --drafts --config _config.yml,_config_dev.yml +bundle exec jekyll serve --watch --force_polling --host 0.0.0.0 --drafts --config _config.yml,_config_dev.yml |