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": [
"\\.js\\.map$",
"^\/assets\/images\/(bios|cookbooks|devguide|examples)\/",
"^\/content\/docs\/.*\/"
"^/assets/images/.*/unused/",
"^/content/(?:docs/(?!api/api-list\\.json).*|images|live-examples|zips)/"
],
"routing": {
"index": "/index.html",