From 735608c68e14c806bc21f24bc971c7766b49931f Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Thu, 26 Sep 2019 13:21:06 +0200 Subject: [PATCH] build(): Fix livereloading after changes in UNIX OSs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 535783e024..30462b3d00 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ JEKYLL_ENV ?= development dev: node_modules vendor/bundle @$(BIN)/concurrently --raw --kill-others -n webpack,jekyll \ "$(BIN)/webpack --mode=development --watch" \ - "bundle exec jekyll serve --trace --incremental -H 0.0.0.0 -V" + "bundle exec jekyll serve --force_polling --trace --incremental -H 0.0.0.0 -V" .PHONY: build build: node_modules vendor/bundle