This website requires JavaScript.
Explore
Help
Sign In
privacyguides
/
privacyguides.org
Watch
1
Star
0
Fork
0
You've already forked privacyguides.org
mirror of
https://github.com/privacyguides/privacyguides.org.git
synced
2025-07-18 01:12:47 +00:00
Code
Issues
Activity
Files
49b7c1520145c3e4d7fb0894b25a4a56e7b7044d
privacyguides.org
/
build.sh
4 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
build.sh: replace bash with sh for compatibility (#1353)
2019-09-29 10:59:23 +00:00
#!/usr/bin/env sh
Add files for Travis CI (#696) Implement Travis CI.
2018-12-27 17:08:35 +01:00
set
-e
# halt script on error
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
JEKYLL_ENV
=
production bundle
exec
jekyll build
Copy Permalink