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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workbox-config.js')
-rw-r--r--workbox-config.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/workbox-config.js b/workbox-config.js
new file mode 100644
index 00000000..6078ae0a
--- /dev/null
+++ b/workbox-config.js
@@ -0,0 +1,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",
+ ]
+};