updated service worker
This commit is contained in:
parent
8d18a49bb5
commit
7014e4c1aa
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
const CACHE_VERSION = 1;
|
||||
const dataCacheName = 'traintimesData-v1';
|
||||
const cacheName = 'traintimePWA-final-1';
|
||||
const filesToCache = [
|
||||
@ -20,11 +20,12 @@ const filesToCache = [
|
||||
'/service-worker.js',
|
||||
'/manifest.json',
|
||||
'/browserconfig.xml',
|
||||
'/css/common.css',
|
||||
'/css/style.min.css',
|
||||
'/css/mui.custom.css',
|
||||
'/fonts/fonts.css',
|
||||
'/fonts/Roboto_Condensed-normal-400.woff',
|
||||
'/fonts/Roboto_Slab-normal-400.woff',
|
||||
'/fonts/gotham.css',
|
||||
'/fonts/Roboto-normal-400.woff',
|
||||
'/fonts/Roboto_Mono-normal-400.woff',
|
||||
'/js/bundle.js',
|
||||
'/js/vendor.js',
|
||||
'/img/Icon-36.png',
|
||||
|
Loading…
Reference in New Issue
Block a user