Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 430 Bytes

Gzip Alternatives EE Plugin

This plugin allows you to supply alternate paths for gzip enabled and non-gzip capable devices.

Here’s an example:

<link rel="stylesheet" href="main.{exp:easy_gzip_alternatives normal='css' gzip='gz.css'}"/>

With gzip support, you’d get

<link rel="stylesheet" href="main.gz.css"/>

Without gzip support, you’d get

<link rel="stylesheet" href="main.css"/>