diff options
| author | XhmikosR <[email protected]> | 2017-10-31 12:41:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-31 12:41:03 +0200 |
| commit | 271f5071a306f93074b13c976a411e646bb3eb80 (patch) | |
| tree | 909473ef69f4619bce859c7dace897e790621a81 /build/workbox.js | |
| parent | 0570087ac3efa7108568358301c7497f0d96a5ce (diff) | |
| download | bootstrap-271f5071a306f93074b13c976a411e646bb3eb80.tar.xz bootstrap-271f5071a306f93074b13c976a411e646bb3eb80.zip | |
build/*.js: es6ify. (#24611)
Diffstat (limited to 'build/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 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` |
