diff options
| author | XhmikosR <[email protected]> | 2018-04-09 12:08:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-09 22:44:22 +0300 |
| commit | 875ed0b975a587fffcc1b0c632e1cc8f612ebc5a (patch) | |
| tree | 15f77e5f0a34771973fe04e080d7403de05cd696 /build/workbox.js | |
| parent | 8f7bd419935adfcd53c471a0202083464800619e (diff) | |
| download | bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.tar.xz bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.zip | |
Clean up globals.
Also, add a missing license header in build/workbox.js.
Diffstat (limited to 'build/workbox.js')
| -rw-r--r-- | build/workbox.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/workbox.js b/build/workbox.js index 0363aa59a..1aa6a608a 100644 --- a/build/workbox.js +++ b/build/workbox.js @@ -1,3 +1,10 @@ +/*! + * Script to generate our docs service worker. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + 'use strict' const fs = require('fs') |
