angular-docs-cn/aio/ngsw-manifest.json
2017-04-27 10:14:32 +01:00

17 lines
313 B
JSON

{
"static.ignore": [
"\\.js\\.map$",
"^/assets/images/.*/unused/",
"^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/"
],
"routing": {
"index": "/index.html",
"routes": {
"/": {
"prefix": true,
"onlyWithoutExtension": true
}
}
}
}