1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-12 12:40:53 +02:00

add app/ to serviceworker paths

This commit is contained in:
Kushagra Gour
2017-11-20 00:01:23 +05:30
parent 9e3a8a9087
commit 1633b5a084
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ gulp.task('generate-service-worker', ['useRef'], function(callback) {
staticFileGlobs: [
rootDir + '/**/*.{js,html,css,png,jpg,gif,svg,eot,ttf,woff}'
],
stripPrefix: rootDir
},
callback
);