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
|
|
|
"^(?:/|\\\\)assets(?:/|\\\\)images(?:/|\\\\).*(?:/|\\\\)_unused(?:/|\\\\)",
|
|
|
|
"^(?:/|\\\\)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-01-11 15:38:51 -05:00
|
|
|
"^(?!/docs/ts/latest|/guide/(?:cli-quickstart|metadata|ngmodule|service-worker-(?:getstart|comm|configref))/?$|/styleguide).*/(?!e?plnkr)[^/.]*$": {
|
2017-05-05 00:24:53 +03:00
|
|
|
"match": "regex"
|
2017-03-10 14:05:29 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|