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