mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update workbox.js
This commit is contained in:
parent
002cd8fc9a
commit
c8d7eecab3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ swBuild.injectManifest(config).then(({
|
||||||
}
|
}
|
||||||
const swFileContents = data.replace(wbSwRegex, wbFileName)
|
const swFileContents = data.replace(wbSwRegex, wbFileName)
|
||||||
fs.writeFile(config.swDest, swFileContents, () => {
|
fs.writeFile(config.swDest, swFileContents, () => {
|
||||||
console.log('Pre-cache Manifest generated.', `Pre-cached ${count} files, totalling ${size} bytes.`)
|
console.log(`Pre-cache Manifest generated. Pre-cached ${count} files, totalling ${size} bytes.`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
|
|
Loading…
Reference in a new issue