privacyguides.org/build.sh
Gusted 49b7c15201
Enable Brotli compression
- Compress file AOD.
- Let the server only use static files. 
- Don't add github-pages to jekyll-plugins group, due to the fact github-pages will behave differently when enabling production ENV.
- Adds an extra 10s for the `host` to use `./buid.sh` due to compressing all files.
- Resolves #2186
2021-01-12 20:27:59 +01:00

4 lines
95 B
Bash
Executable File

#!/usr/bin/env sh
set -e # halt script on error
JEKYLL_ENV=production bundle exec jekyll build