1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 11:30:22 +02:00

fix paths

This commit is contained in:
Kushagra Gour
2017-11-20 00:25:54 +05:30
parent 5f1eaf12b5
commit 8f0b15117f
3 changed files with 3 additions and 2 deletions

View File

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