mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
49b7c15201
- 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
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e # halt script on error
|
|
|
|
JEKYLL_ENV=production bundle exec jekyll build |