Open nicholasjativa opened 7 years ago
The importScripts('bower_components/platinum-sw/service-worker.js'); from step 8 eventually leads to the following error:
importScripts('bower_components/platinum-sw/service-worker.js');
http://localhost:5000/bower_components/sw-toolbox/sw-toolbox.js Failed to load resource: net::ERR_INVALID_RESPONSE
It seems the sw-toolbox.js was removed from the Google Chrome sw-toolbox repo.
Having the same issue as @nicholasjativa
The
importScripts('bower_components/platinum-sw/service-worker.js');
from step 8 eventually leads to the following error:http://localhost:5000/bower_components/sw-toolbox/sw-toolbox.js Failed to load resource: net::ERR_INVALID_RESPONSE
It seems the sw-toolbox.js was removed from the Google Chrome sw-toolbox repo.