Travis: build Jekyll incrementally

This commit is contained in:
Rico Sta. Cruz 2018-03-17 13:15:49 +08:00
parent 7ac089b636
commit 042300df32
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ update: _site critical
# Builds _site
_site:
bundle exec jekyll build
bundle exec jekyll build --incremental
# Builds critical path CSS/JS
critical: _site