Skip to content

Cache busting of assets #42

@ghing

Description

@ghing

Implement some kind of cache-busting strategy so visitors always get the most recent versions of the site's JavaScript, CSS and metadata JSON.

Appending a querystring parameter in the liquid template is the easiest, but isn't exactly the correct way to do it.

URL rewriting won't work because of GitHub pages.

Renaming files and templatizing their names seems the most correct way, but this wouldn't work with the safe-mode Jekyll on GitHub pages. This would require building using Travis or some other system and pushing to GitHub.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions