zhangbo f5c9921491 Add Chassis Indentify | il y a 4 ans | |
---|---|---|
.. | ||
contents | il y a 4 ans | |
partials | il y a 4 ans | |
LICENSE.md | il y a 4 ans | |
README.md | il y a 4 ans | |
expansive.es | il y a 4 ans | |
package.json | il y a 4 ans |
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') @>
pak install exp-reload
reload.enable — Enable compressing all files using reload.
{
services: {
reload: {
enable: true,
}
}
}