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

workbox.config.json « build - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0dcfadac7039362052f48caa16d279ffa30a073f (plain)
1
2
3
4
5
6
7
8
{
  "globDirectory": "./",
  "globPatterns": [
    "_gh_pages/**/*.{html,css,js,json,png,svg}"
  ],
  "swSrc": "./sw.js",
  "swDest": "./_gh_pages/sw.js"
}