Skip to content

Commit 64202b7

Browse files
committed
Update offline pages
1 parent 2e76184 commit 64202b7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

offline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ when you have a connection, but until then you can:
1616

1717
Or if you’d like to read something:
1818

19+
* [Case Study: Ocado Workshop](/case-studies/ocado-workshop/)
1920
* [Pragmatic, Practical, and Progressive Theming with Custom Properties](/2016/10/pragmatic-practical-progressive-theming-with-custom-properties/)
2021
* [Mixins Better for Performance](/2016/02/mixins-better-for-performance/)
2122
* [More Transparent UI Code with Namespaces](/2015/03/more-transparent-ui-code-with-namespaces/)

sw.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var cacheName = 'csswizardry:0001';
1+
var cacheName = 'csswizardry:0002';
22
var cacheFiles = [
33
'/',
44
'/about/',
@@ -8,7 +8,8 @@ var cacheFiles = [
88
'/2015/03/more-transparent-ui-code-with-namespaces/',
99
'/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/',
1010
'/2016/02/mixins-better-for-performance/',
11-
'/2016/10/pragmatic-practical-progressive-theming-with-custom-properties/'
11+
'/2016/10/pragmatic-practical-progressive-theming-with-custom-properties/',
12+
'/case-studies/ocado-workshop/'
1213
];
1314

1415
self.addEventListener('install', function(event) {

0 commit comments

Comments
 (0)