2017 © Pedro Peláez
 

spress-plugin spress-gzip-static

Creates a gzipped version of your Spress compiled files.

image

ghislainphu/spress-gzip-static

Creates a gzipped version of your Spress compiled files.

  • Saturday, May 21, 2016
  • by GhislainPhu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Spress Gzip Static

Spress 2 ready, (*1)

Spress plugin to create a gzipped version of your compiled files., (*2)

This plugin is intended to be used in conjunction with NGINX's gzip_static module., (*3)

Getting Started

Run:, (*4)

composer require ghislainphu/spress-gzip-static

Add these lines to your config.yml:, (*5)

# Empty by default
gzip_static_extensions: [ html, css, js, xml, txt ]

# Excluded files (optional)
# gzip_static_exclude: [ rss.xml ]

# Compression Level (optional, default: -1)
# See: https://secure.php.net/manual/function.gzencode.php
# gzip_static_compression_level: 6

License

This project is licensed under the MIT License., (*6)

See LICENSE.md for more informations., (*7)

The Versions

21/05 2016

dev-master

9999999-dev

Creates a gzipped version of your Spress compiled files.

  Sources   Download

MIT

The Requires

 

by Ghislain PHU

plugin spress gzip

21/05 2016

0.1.1

0.1.1.0

Creates a gzipped version of your Spress compiled files.

  Sources   Download

MIT

The Requires

 

by Ghislain PHU

plugin spress gzip

21/05 2016

0.1.0

0.1.0.0

Creates a gzipped version of your Spress compiled files.

  Sources   Download

MIT

The Requires

 

by Ghislain PHU

plugin spress gzip