Skip to content

Commit 52c111d

Browse files
authored
enable incremental build for local server (#1781)
1 parent d94ab7d commit 52c111d

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
@@ -16,7 +16,7 @@ help: ## This help
1616

1717
serve: ## Local server
1818
@echo "${BLUE}Starting expressjs.com at http://localhost:4000${RESET}"
19-
docker run -p 4000:4000 -p 35729:35729 -v $(DIR):/usr/src/app expressjs.com bundle exec jekyll serve --host 0.0.0.0
19+
docker run -p 4000:4000 -p 35729:35729 -v $(DIR):/usr/src/app expressjs.com bundle exec jekyll serve --host 0.0.0.0 --incremental
2020

2121
build: ## Build site
2222
@echo "${BLUE}Building site...${RESET}"

0 commit comments

Comments
 (0)