Adds force polling to properly update assets
Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/270c9e77 Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/270c9e77 Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/270c9e77 Branch: refs/heads/master Commit: 270c9e7707ec49ab7cf89a452712c256289829f2 Parents: 55ad7d2 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Mon Feb 8 09:14:48 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Mon Feb 8 09:14:48 2016 +0100 ---------------------------------------------------------------------- docker-run.fish | 2 +- docker-run.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/270c9e77/docker-run.fish ---------------------------------------------------------------------- diff --git a/docker-run.fish b/docker-run.fish index be9d2ff..2c3f69e 100755 --- a/docker-run.fish +++ b/docker-run.fish @@ -1,2 +1,2 @@ #!/usr/local/bin/fish -docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 +docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling http://git-wip-us.apache.org/repos/asf/struts-site/blob/270c9e77/docker-run.sh ---------------------------------------------------------------------- diff --git a/docker-run.sh b/docker-run.sh index 3c8856c..64d3a9b 100755 --- a/docker-run.sh +++ b/docker-run.sh @@ -1,4 +1,2 @@ #!/bin/sh - -docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 - +docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling