File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ when you have a connection, but until then you can:
1616
1717Or 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/ )
Original file line number Diff line number Diff line change 1- var cacheName = 'csswizardry:0001 ' ;
1+ var cacheName = 'csswizardry:0002 ' ;
22var 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
1415self . addEventListener ( 'install' , function ( event ) {
You can’t perform that action at this time.
0 commit comments