Tiendil / brigid

A simple blog engine, but not simpler than it should be. Markdown with custom extensions for better control and render content.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Better cache reset policies #24

Open Tiendil opened 7 months ago

Tiendil commented 7 months ago

For now, Brigid removes cached static files on every start. It may be convenient (and faster) to remove only really obsolete files.

Also, there are no file versions in URLs, so => we can not force the user to reload the changed file.