Slide 15
Slide 15 text
gulp.task('generate-service-worker', function(callback) {
swPrecache.write(path.join(rootDir, 'service-worker.js'), {
staticFileGlobs: [rootDir + '/**/*.{js,html,css,svg}'],
stripPrefix: rootDir
}, callback);
});
github.com/GoogleChrome/sw-precache
* Automate precache resource list +