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:
@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user