mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-03 03:47:37 +02:00
add app/ to serviceworker paths
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -32,7 +32,6 @@ gulp.task('generate-service-worker', ['useRef'], function(callback) {
|
|||||||
staticFileGlobs: [
|
staticFileGlobs: [
|
||||||
rootDir + '/**/*.{js,html,css,png,jpg,gif,svg,eot,ttf,woff}'
|
rootDir + '/**/*.{js,html,css,png,jpg,gif,svg,eot,ttf,woff}'
|
||||||
],
|
],
|
||||||
stripPrefix: rootDir
|
|
||||||
},
|
},
|
||||||
callback
|
callback
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user