Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files in FILES_TO_CACHE #194

Open
ghost opened this issue Oct 27, 2019 · 0 comments
Open

Missing files in FILES_TO_CACHE #194

ghost opened this issue Oct 27, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 27, 2019

Some additional files are also needed in step "Chapter 6 Pre-cache our app resources" in order to avoid some error messages in DevTools console

const FILES_TO_CACHE = [
 ...
 ...
  '/manifest.json',
  '/images/icons/icon-32x32.png',
  '/images/icons/icon-128x128.png',
  '/images/icons/icon-144x144.png',
  '/images/icons/icon-152x152.png',
  '/images/icons/icon-192x192.png',
  '/images/icons/icon-256x256.png',
  '/images/icons/icon-512x512.png',
  '/images/favicon.ico'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants