diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:28:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:28:25 +0300 |
commit | d992efa3a1080db39ebda476979422467439c98b (patch) | |
tree | bd8713bf940584313b4b0a00237cd89986e0d491 /serve.sh | |
parent | add shebang to serve.sh (diff) | |
download | jekyll-theme-d992efa3a1080db39ebda476979422467439c98b.tar.gz jekyll-theme-d992efa3a1080db39ebda476979422467439c98b.zip |
adjust Gemfiles for Cygwin
Diffstat (limited to 'serve.sh')
-rwxr-xr-x | serve.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -bundle exec jekyll serve --watch --host 0.0.0.0 --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 |