# exp-replace **Repository Path**: mirrors_embedthis/exp-replace ## Basic Information - **Project Name**: exp-replace - **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-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README exp-replace === Expansive plugin for the post process files by replacing patterns. Provides the 'replace' service to minify HTML files. ### To install: pak install exp-replace ### To configure in expansive.json: * replace.enable — Enable the replace service to post-process files. Defaults to true. * replace.patterns — File extensions to process. Defaults to [ 'replace' ]. ``` { services: { 'replace': { enable: true, patterns: { 'pattern': /re/, } } } } ``` ### Get Pak from [https://embedthis.com/pak/](https://embedthis.com/pak/)