Sha256: 972b8545eb3bc6f5297fcf84e6da3636a572b49083e78c4de878635d73cd868d
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true module Jekyll module Gzip DEFAULT_CONFIG = { 'extensions' => [ '.html', '.css', '.js', '.json', '.txt', '.ttf', '.atom', '.stl', '.xml', '.svg', '.eot' ].freeze, 'replace_files' => false }.freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-gzip-2.5.1 | lib/jekyll/gzip/config.rb |
jekyll-gzip-2.5.0 | lib/jekyll/gzip/config.rb |