mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
added gzip and brotli asset generation to jekyll config
This commit is contained in:
parent
ce5cf74e11
commit
30c6d7ea21
@ -1,3 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", "~> 3.6.2"
|
||||
gem "jekyll-gzip", "~> 1.1.0"
|
||||
platform :mri do
|
||||
gem "jekyll-brotli", "~> 1.0.0"
|
||||
end
|
||||
|
@ -9,6 +9,9 @@ destination: build
|
||||
exclude:
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
plugins:
|
||||
- jekyll-gzip
|
||||
- jekyll-brotli
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
|
Loading…
x
Reference in New Issue
Block a user