fix(aio): update files ignored by the ServiceWorker

Fixes #16198
This commit is contained in:
Georgios Kalpakas 2017-04-25 17:53:01 +03:00 committed by Pete Bacon Darwin
parent 96648ba98a
commit 72e32b1f17
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ {
"static.ignore": [ "static.ignore": [
"\\.js\\.map$", "\\.js\\.map$",
"^\/assets\/images\/(bios|cookbooks|devguide|examples)\/", "^/assets/images/.*/unused/",
"^\/content\/docs\/.*\/" "^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/"
], ],
"routing": { "routing": {
"index": "/index.html", "index": "/index.html",