Skip to content

Commit 6b807dc

Browse files
committed
Update SW cache
Use just the CDN SVG sprites instead of local copies of individual icons
1 parent 75a6fb3 commit 6b807dc

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

sw-config.js

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
'/css/index.min.css',
1919
'/js/index.min.js',
2020
'/img/icons.svg',
21-
'https://cdn.polyfill.io/v3/polyfill.min.js',
21+
'https://cdn.kernvalley.us/img/markers.svg',
2222
/* Other HTML */
2323

2424
/* JS, `customElements`, etc. */
@@ -46,26 +46,6 @@ const config = {
4646
'https://cdn.kernvalley.us/img/logos/chrome.svg',
4747
'https://cdn.kernvalley.us/img/keep-kern-clean.svg',
4848
/* Map Icons */
49-
'/img/markers/activity.svg',
50-
'/img/markers/atm.svg',
51-
'/img/markers/bar.svg',
52-
'/img/markers/bus.svg',
53-
'/img/markers/business.svg',
54-
'/img/markers/cafe.svg',
55-
'/img/markers/event.svg',
56-
'/img/markers/hotel.svg',
57-
'/img/markers/parking.svg',
58-
'/img/markers/restaurant.svg',
59-
'/img/markers/shopping.svg',
60-
'/img/markers/store.svg',
61-
'/img/markers/train.svg',
62-
'/img/markers/gas.svg',
63-
'/img/markers/hospital.svg',
64-
'/img/markers/pizza.svg',
65-
'/img/markers/music.svg',
66-
'/img/markers/outhouse.svg',
67-
'/img/markers/florist.svg',
68-
'/img/markers/museum.svg',
6949
'/img/octicons/info.svg',
7050
'/img/adwaita-icons/status/avatar-default.svg',
7151

0 commit comments

Comments
 (0)