-
-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove config.yml from service worker to avoid caching issues
- Loading branch information
1 parent
22555b5
commit 4b87511
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
While removing config.yml from the files the service worker caches will prevent issues some others have with displaying outdated information this also completely breaks the offline functionality of Homer. When the file is not cached and there is no connection to the server it will now simply show an empty page.