jekyll-gzip

Generate gzipped assets and files for your Jekyll site at build time

MIT License

Downloads
76.4K
Stars
37
Committers
3

Bot releases are hidden (Show)

jekyll-gzip - v2.1.1 Latest Release

Published by philnash over 5 years ago

Fixed

  • Replacing files with gzipped version wasn't working, fixed thanks to k0nserv in #6
jekyll-gzip - v2.1.0

Published by philnash over 5 years ago

Added

  • Adds setting to replace original files with gzipped for serving from AWS S3
jekyll-gzip - v2.0.0

Published by philnash almost 6 years ago

Added

  • Adds frozen string literal comments
  • Tries to hook into Jekyll::Assets if available

Changed

  • Uses built in Jekyll.env instead of ENV["JEKYLL_ENV"]
  • Changes Jekyll::Gzip::Compressor to a module and implements a compress_directory method
  • Moves Jekyll::Gzip::ZIPPABLE_EXTENSIONS into plugin config that can overwritten in the site config