Skip to content

Instantly share code, notes, and snippets.

@whisher
Created October 12, 2018 12:07
Show Gist options
  • Save whisher/8ebb60c4c76549d402581f9c5fd37ca2 to your computer and use it in GitHub Desktop.
Save whisher/8ebb60c4c76549d402581f9c5fd37ca2 to your computer and use it in GitHub Desktop.
{
"index": "/index.html",
"assetGroups": [{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js"
]
}
}, {
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**"
]
}
}, {
"name": "externals",
"installMode": "prefetch",
"updateMode": "prefetch",
"resources": {
"urls": [
"https://ajax.googleapis.com/**",
"https://fonts.googleapis.com/**",
"https://fonts.gstatic.com/**",
"https://blogial-server.herokuapp.com/images/**"
]
}
}],
"dataGroups": [{
"name": "rest-api",
"urls": [
"https://blogial-server.herokuapp.com/api/**"
],
"cacheConfig": {
"strategy": "freshness",
"maxSize": 100,
"maxAge": "1h",
"timeout": "5s"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment