Allow logging in service worker.

This commit is contained in:
Paulus Schoutsen 2015-12-07 23:07:44 -08:00
parent 254dd6243b
commit e4c0ae0723

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
const CACHE = '0.10';
const INDEX_CACHE_URL = '/';
const INDEX_ROUTES = ['/', '/logbook', '/history', '/map', '/devService', '/devState',