Created
October 29, 2016 20:58
-
-
Save wolfieorama/906ef04aac9fa9ce47c79da05f616255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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