aboutsummaryrefslogtreecommitdiff
path: root/build/workbox.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-31 12:41:03 +0200
committerGitHub <[email protected]>2017-10-31 12:41:03 +0200
commit271f5071a306f93074b13c976a411e646bb3eb80 (patch)
tree909473ef69f4619bce859c7dace897e790621a81 /build/workbox.js
parent0570087ac3efa7108568358301c7497f0d96a5ce (diff)
downloadbootstrap-271f5071a306f93074b13c976a411e646bb3eb80.tar.xz
bootstrap-271f5071a306f93074b13c976a411e646bb3eb80.zip
build/*.js: es6ify. (#24611)
Diffstat (limited to 'build/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 bae5b35cc..17129ec8c 100644
--- a/build/workbox.js
+++ b/build/workbox.js
@@ -8,7 +8,7 @@ const buildPrefix = '_gh_pages/'
const workboxSWSrcPath = require.resolve('workbox-sw')
const wbFileName = path.basename(workboxSWSrcPath)
-const workboxSWDestPath = buildPrefix + 'assets/js/vendor/' + wbFileName
+const workboxSWDestPath = `${buildPrefix}assets/js/vendor/${wbFileName}`
const workboxSWSrcMapPath = `${workboxSWSrcPath}.map`
const workboxSWDestMapPath = `${workboxSWDestPath}.map`