Skip to content

Instantly share code, notes, and snippets.

@MrPeker
Created January 27, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrPeker/8b3a025acd74f243b1a39a550034951d to your computer and use it in GitHub Desktop.
Save MrPeker/8b3a025acd74f243b1a39a550034951d to your computer and use it in GitHub Desktop.
Cache Javascript and CSS Workbox
// Stale While Revalidate stratejisiyle CSS ve JS varlıklarınızı önbellekleyin
workbox.routing.registerRoute(
/\.(?:js|css)$/,
workbox.strategies.staleWhileRevalidate(),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment