Files
lektor-force-update-plugin/README.md
2019-11-24 20:17:22 +01:00

14 lines
317 B
Markdown

# Force Update
Update resources regardless of changed state.
Usefull for, e.g., `.appcache` files.
## Configuration file
### `configs/force-update.ini`
enabled = yes
endswiths = .appcache, .webmanifest, ...
Where `endswiths` is a list of patterns (e.g., file extensions) of files that need a forced update.