Skip to content

Commit

Permalink
Step 4 | Update cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
amahdy committed Jan 16, 2017
1 parent 47e3dcc commit b5e39a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/resources/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ var CACHE_NAME = 'sw-ex';
var CACHE_VERSION = 1;

var filesToCache = [
'/',
'/index.html',
'/css/styles.css',
'/js/app.js',
'/images/yeoman.png',
'/images/touch/chrome-touch-icon-192x192.png'
'./',
'./VAADIN/themes/mytheme/styles.css?v=7.7.6',
'./VAADIN/js/app.js',
'./VAADIN/images/vaadinlogo-192x192.png'
];

self.oninstall = function(event) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5e39a6

Please sign in to comment.