Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-03-20 18:24:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-21 13:15:47 +0300
commitc8d7eecab33923a867134cb09fdd9a6b2f0bef50 (patch)
tree845ea370cd5f9dbc4d2db924f76fcb6758844656 /build
parent002cd8fc9abd18b860bf2600a57a533cb0de5f6e (diff)
Update workbox.js
Diffstat (limited to 'build')
-rw-r--r--build/workbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/workbox.js b/build/workbox.js
index 4694fb9097..0363aa59a4 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) => {