Merge pulls #1048 and #1051

- 1048: Conditionally build some pages differently based on environmental variables
- 1051: Backend: cache events and contributor listings
This commit is contained in:
David A. Harding 2015-09-09 07:57:11 -04:00
commit 266ab858e2
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
12 changed files with 181 additions and 7 deletions

View file

@ -102,7 +102,7 @@ build:
| egrep -v 'sha256sums.txt' \
| sort \
| xargs -d '\n' sha256sum > _site/sha256sums.txt
$S git show --oneline > _site/commit.txt
$S git log -1 --format="%H" > _site/commit.txt
## Jekyll annoyingly returns success even when it emits errors and
## exceptions, so we'll grep its output for error strings