Skip to content

Kanso package for adding timestamps to cache manifest files - forces browser to update cached data

Notifications You must be signed in to change notification settings

kanso/cache-manifest-timestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cache Manifest Timestamps

This package will automatically add a comment to the bottom of cache manifest files with the current time (at push). This causes the browser to refresh any cached content since the last push occurred.

Usage

// kanso.json
{
    ...
    "attachments": [
        ...
        "myproject.appcache"
    ],
    "cache_manifests": [
        "myproject.appcache"
    ],
    "dependencies": {
        ...
        "cache-manfiest-timestamp": null
    }
}

About

Kanso package for adding timestamps to cache manifest files - forces browser to update cached data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published