From 72e32b1f17662592d8126262df04d5f19e698709 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Tue, 25 Apr 2017 17:53:01 +0300 Subject: [PATCH] fix(aio): update files ignored by the ServiceWorker Fixes #16198 --- aio/ngsw-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/ngsw-manifest.json b/aio/ngsw-manifest.json index 6e15884792..755ef5197c 100644 --- a/aio/ngsw-manifest.json +++ b/aio/ngsw-manifest.json @@ -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",