diff options
| author | XhmikosR <[email protected]> | 2018-03-20 17:24:49 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-03-21 12:15:47 +0200 |
| commit | c8d7eecab33923a867134cb09fdd9a6b2f0bef50 (patch) | |
| tree | 845ea370cd5f9dbc4d2db924f76fcb6758844656 | |
| parent | 002cd8fc9abd18b860bf2600a57a533cb0de5f6e (diff) | |
| download | bootstrap-c8d7eecab33923a867134cb09fdd9a6b2f0bef50.tar.xz bootstrap-c8d7eecab33923a867134cb09fdd9a6b2f0bef50.zip | |
Update workbox.js
| -rw-r--r-- | build/workbox.js | 2 |
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) => { |
