Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc254ddf

Browse files
jedrzejchalubekXavierAgostini
authored and
XavierAgostini
committed
build(): Fix livereloading after changes in UNIX OSs (#69)
1 parente0f1f26 commitc254ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp