Skip to content

Commit c254ddf

Browse files
jedrzejchalubekXavierAgostini
authored and
XavierAgostini
committed
build(): Fix livereloading after changes in UNIX OSs (#69)
1 parent e0f1f26 commit c254ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JEKYLL_ENV ?= development
77
dev: node_modules vendor/bundle
88
@$(BIN)/concurrently --raw --kill-others -n webpack,jekyll \
99
"$(BIN)/webpack --mode=development --watch" \
10-
"bundle exec jekyll serve --trace --incremental -H 0.0.0.0 -V"
10+
"bundle exec jekyll serve --force_polling --trace --incremental -H 0.0.0.0 -V"
1111

1212
.PHONY: intialize-work-dir
1313
intialize-work-dir:

0 commit comments

Comments
 (0)