From e35bd81bcf32d2d9816403849878529cc534d10c Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 28 Aug 2017 23:36:15 +0800 Subject: [PATCH] Incremental builds --- Makefile | 2 +- _layouts/2017/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c5f1435f..1b52b4841 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PORT ?= 3000 start: bundle - bundle exec jekyll serve --safe --drafts --watch --port ${PORT} + bundle exec jekyll serve --safe --drafts --watch --port ${PORT} --incremental build: bundle bundle exec jekyll build --safe diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index 85e40ec6a..153baf89b 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -7,7 +7,7 @@ type: website