Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-05 | cleanup | Benjamin Franzke | 1 | -2/+1 | |
2016-07-05 | Allow to use different resource caching schemes | Benjamin Franzke | 1 | -3/+48 | |
On the deployment server we no use make versioned_jpg="'s/.*/.&.jpg/'" versioned_png="'s/.*/.&.png/'" to generate resource urls like image.f74d4ea.png | |||||
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 1 | -0/+23 | |
..to be able to set an infinite cache for the browser, but to invalidate the resources for every git commit (That may be a waste of resources, but is "most safe" to ensure we get an up to date site) It has to be explicitly defined in the template. Occurences of the img-tag in the source files get the git hash automatically appended. |