2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update workbox.js

This commit is contained in:
XhmikosR
2018-03-20 17:24:49 +02:00
parent 002cd8fc9a
commit c8d7eecab3
+1 -1
View File
@@ -43,7 +43,7 @@ swBuild.injectManifest(config).then(({
}
const swFileContents = data.replace(wbSwRegex, wbFileName)
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) => {