# exp-reload **Repository Path**: mirrors_embedthis/exp-reload ## Basic Information - **Project Name**: exp-reload - **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-reload === Expansive plugin for live reloading the browser on content changes. Provides the 'reload' service. To use, add the 'reload' partial to your layout. This will generate a reload script in 'debug' mode. Ensure you include the reload partial before calling renderScripts(). <@ partial('reload') @> ### To install: pak install exp-reload ### To configure in expansive.json: * reload.enable — Enable compressing all files using reload. ``` { services: { reload: { enable: true, } } } ``` ### Get Pak from [https://www.embedthis.com/pak/](https://www.embedthis.com/pak/)