Incremental builds

This commit is contained in:
Rico Sta. Cruz 2017-08-28 23:36:15 +08:00
parent 8e4a8eadab
commit e35bd81bcf
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ type: website
<div class='body-area -slim'>
<div class='search-box'>
<input type='text' placeholder='Search...' />
<input type='text' placeholder='Search...' autofocus>
</div>
<div class='pages-list'>