diff --git a/gulp/tasks/gen-service-worker.js b/gulp/tasks/gen-service-worker.js index b0d05d6f59..6bddfb15ca 100755 --- a/gulp/tasks/gen-service-worker.js +++ b/gulp/tasks/gen-service-worker.js @@ -99,8 +99,8 @@ gulp.task('gen-service-worker', () => { urlPattern: '/(service_worker.js|manifest.json)', handler: 'networkOnly', }, - { // For rest of the files (on Home Assistant domain only) try both cache and network/ - // This includes the root "/" or "/states" response and user files from ""/local". + { // For rest of the files (on Home Assistant domain only) try both cache and network. + // This includes the root "/" or "/states" response and user files from "/local". // First access might bring stale data from cache, but a single refresh will bring updated // file. urlPattern: '*',