# exp-gzip **Repository Path**: mirrors_embedthis/exp-gzip ## Basic Information - **Project Name**: exp-gzip - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README exp-gzip === Expansive plugin for gzip. Provides the 'compress' service. ### To install: pak install exp-gzip ### To configure in expansive.json: * gzip.enable — Enable compressing all files using gzip. * gzip.mappings — File extensions to compress. Defaults to: [ 'html', 'css', 'js', 'ttf', 'xml' ]. * gzip.keep — Keep uncompressed file after compressing. Defaults to true. ``` { services: { compress: { enable: true, mappings: [ 'html', 'css', 'js', 'ttf', 'xml' ], keep: false } } } ``` ### Get Pak from [https://www.embedthis.com/pak/](https://www.embedthis.com/pak/)