Skip to content

Instantly share code, notes, and snippets.

@wolfieorama
Created October 29, 2016 20:58
Show Gist options
  • Save wolfieorama/906ef04aac9fa9ce47c79da05f616255 to your computer and use it in GitHub Desktop.
Save wolfieorama/906ef04aac9fa9ce47c79da05f616255 to your computer and use it in GitHub Desktop.
ENV.serviceWorker = {
 enabled: true,
 debug: true,
 precacheUrls: [/staticResource’]
 excludePaths: [‘manifest.appcache’],
 fallback: [/online.html /offline.html’]
 swIncludeFiles: [
 ‘bower_components/pouchdb/dist/pouchdb.js’
 ]
 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment