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

Check files that need to be cached for Service Workers #1

Open
dkastl opened this issue Oct 4, 2024 · 0 comments
Open

Check files that need to be cached for Service Workers #1

dkastl opened this issue Oct 4, 2024 · 0 comments

Comments

@dkastl
Copy link
Member

dkastl commented Oct 4, 2024

Take a look at the currently optional css and ts files especially:

      const urlsToCache = [
        "/meshtastic-configurator/",
        "/meshtastic-configurator/index.html",
        `/meshtastic-configurator/${manifest?.['src/main.ts']?.file}`,
        `/meshtastic-configurator/${manifest?.['src/styles.css']?.file}`,
        "/meshtastic-configurator/assets/icon-192x192.png",
        "/meshtastic-configurator/assets/icon-512x512.png"
      ];
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

1 participant