Skip to content

Commit

Permalink
updated sw hash
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbovens committed Oct 13, 2016
1 parent 89e7dd2 commit 6caeb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const PREFIX = 'devopera';
const HASH = '9f9099b9'; // TODO: calculate when running `gulp`.
const HASH = '89e7dd27'; // TODO: calculate when running `gulp`.
const OFFLINE_CACHE = `${PREFIX}-${HASH}`;
const OFFLINE_URL = '/';

Expand Down

0 comments on commit 6caeb5a

Please sign in to comment.