2017-03-10 14:05:29 -08:00
|
|
|
{
|
2017-04-25 17:55:28 +03:00
|
|
|
"external": {
|
|
|
|
"urls": [
|
|
|
|
{"url": "https://fonts.googleapis.com/css?family=Droid+Sans+Mono"},
|
|
|
|
{"url": "https://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJYdJ2JT0J65PSe7wdxAnx_I.woff2"},
|
|
|
|
{"url": "https://fonts.googleapis.com/icon?family=Material+Icons"},
|
|
|
|
{"url": "https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2"},
|
2017-06-12 21:51:41 +01:00
|
|
|
{"url": "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"}
|
2017-04-25 17:55:28 +03:00
|
|
|
]
|
|
|
|
},
|
2017-03-10 14:05:29 -08:00
|
|
|
"static.ignore": [
|
|
|
|
"\\.js\\.map$",
|
2017-07-28 00:36:28 +03:00
|
|
|
"^(?:/|\\\\)generated(?:/|\\\\)(?:docs(?:/|\\\\)(?!api(?:/|\\\\)api-list\\.json).*|images(?:/|\\\\)(?!marketing(?:/|\\\\)).*|live-examples|zips)(?:/|\\\\)"
|
2017-03-10 14:05:29 -08:00
|
|
|
],
|
2017-05-11 13:21:27 -07:00
|
|
|
"static.versioned": [
|
|
|
|
"\\.[0-9a-z]{20}\\."
|
|
|
|
],
|
2017-03-10 14:05:29 -08:00
|
|
|
"routing": {
|
|
|
|
"index": "/index.html",
|
|
|
|
"routes": {
|
2018-06-20 20:02:54 +03:00
|
|
|
"^(?!/styleguide|/docs/.|(?:/guide/(?:cli-quickstart|metadata|ngmodule|service-worker-(?:getstart|comm|configref)|learning-angular|webpack)|/news)(?:\\.html|/)?$|/testing|/api/(?:.+/[^/]+-|platform-browser/AnimationDriver|testing/|api/|animate/|(?:common/(?:NgModel|Control|MaxLengthValidator))|(?:[^/]+/)?(?:NgFor(?:$|-)|AnimationStateDeclarationMetadata|CORE_DIRECTIVES|PLATFORM_PIPES|DirectiveMetadata|HTTP_PROVIDERS))|.*/stackblitz(?:\\.html)?(?:\\?.*)?$|.*\\.[^\/.]+$)": {
|
2017-05-05 00:24:53 +03:00
|
|
|
"match": "regex"
|
2017-03-10 14:05:29 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|