diff options
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 |