Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Express cache #5

Merged
merged 4 commits into from
Jun 30, 2014
Merged

Conversation

bewest
Copy link

@bewest bewest commented Jun 30, 2014

Also this, from @gregwaehner.

Fix now-line placement to be sensitive to when panning is or isn't
being used.

This allows fixes a problem where the now-line was off by ten minutes.
A number of people using recent sources experimenting with
caches will need to bust the cache at least once.  While we have
correct caching implemented now, the previous caching
implementation requires one busting in order to clear things
through.
brianhanifin added a commit that referenced this pull request Jun 30, 2014
@brianhanifin brianhanifin merged commit 97ca423 into brianhanifin:express-cache Jun 30, 2014
@brianhanifin
Copy link
Owner

Ben, did you see my comment on your earlier pull request?
#4 (comment)

Earlier Overagressive HTML 5 Application Cache

The old nightscout.appcache was too agressive. If you aren't seeing changes in a test modification of your .js or .css files, add /nightscout.appcache to your site (see below example code). If your .css or .js files are in that file, then you need to open chrome://appcache-internals/ in Chrome and delete the appcache for your Nightscout site.

CACHE MANIFEST

CACHE:
audio/alarm.mp3
audio/alarm2.mp3
/favicon.ico
//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800
//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic

NETWORK:
*

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants