aboutsummaryrefslogtreecommitdiff
path: root/build/workbox.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 17:25:28 +0300
committerGitHub <[email protected]>2017-09-28 17:25:28 +0300
commit502ac7ee4d13669e644b9181f1e014ce0ea1f089 (patch)
treebccf9e2d6b1eed69e5bed78fbfba410b23478b1a /build/workbox.js
parentfe06814f3e3c72f36bb2ab96df206cc564fb74b0 (diff)
downloadbootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.tar.xz
bootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.zip
Lint docs js too and use `strict consistently. (#24160)
Diffstat (limited to 'build/workbox.js')
-rw-r--r--build/workbox.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/workbox.js b/build/workbox.js
index 9d2bec27e..bae5b35cc 100644
--- a/build/workbox.js
+++ b/build/workbox.js
@@ -1,3 +1,5 @@
+'use strict'
+
const fs = require('fs')
const path = require('path')
const swBuild = require('workbox-build')