aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-03-20 17:24:49 +0200
committerXhmikosR <[email protected]>2018-03-21 12:15:47 +0200
commitc8d7eecab33923a867134cb09fdd9a6b2f0bef50 (patch)
tree845ea370cd5f9dbc4d2db924f76fcb6758844656
parent002cd8fc9abd18b860bf2600a57a533cb0de5f6e (diff)
downloadbootstrap-c8d7eecab33923a867134cb09fdd9a6b2f0bef50.tar.xz
bootstrap-c8d7eecab33923a867134cb09fdd9a6b2f0bef50.zip
Update workbox.js
-rw-r--r--build/workbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/workbox.js b/build/workbox.js
index 4694fb909..0363aa59a 100644
--- a/build/workbox.js
+++ b/build/workbox.js
@@ -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) => {