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

workbox-config.js - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6078ae0a321ee66050a5a0b561e89d7283108449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
  "globDirectory": "assets/",
  "globPatterns": [
    "**/*.{css,eot,svg,png,js,xml,ico,jpg,gif,swf,html,css}"
  ],
  "swDest": "assets/sw.js",
  "swSrc": "assets/sw.dev.js",


  globIgnores: [

    "cbpapi/**",
    "cbpfactor/**",
    "css/**",
    "js/**",
    "*.json",

    "../workbox-config.js",
  ]
};