2017-03-10 17:05:29 -05:00
|
|
|
{
|
|
|
|
"static.ignore": [
|
|
|
|
"\\.js\\.map$",
|
2017-04-25 10:53:01 -04:00
|
|
|
"^/assets/images/.*/unused/",
|
|
|
|
"^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/"
|
2017-03-10 17:05:29 -05:00
|
|
|
],
|
|
|
|
"routing": {
|
|
|
|
"index": "/index.html",
|
|
|
|
"routes": {
|
|
|
|
"/": {
|
2017-04-25 10:52:02 -04:00
|
|
|
"prefix": true,
|
|
|
|
"onlyWithoutExtension": true
|
2017-03-10 17:05:29 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|