Skip to content

Releases: philnash/jekyll-gzip

v2.1.1

01 Apr 01:06
Compare
Choose a tag to compare

Fixed

  • Replacing files with gzipped version wasn't working, fixed thanks to k0nserv in #6

v2.1.0

01 Apr 01:05
Compare
Choose a tag to compare

Added

  • Adds setting to replace original files with gzipped for serving from AWS S3

v2.0.0

24 Nov 01:33
Compare
Choose a tag to compare

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