forked from rtorr/vim-cheat-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sw-precache-config.js
64 lines (64 loc) · 1.24 KB
/
sw-precache-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module.exports = {
dynamicUrlToDependencies: {
'/': [
'_site/index.html'
],
'/lang/pt_br/': [
'_site/lang/pt_br/index.html'
],
'/lang/de_de/': [
'_site/lang/de_de/index.html'
],
'/lang/id/': [
'_site/lang/id/index.html'
],
'/lang/es_es/': [
'_site/lang/es_es/index.html'
],
'/lang/tr/': [
'_site/lang/tr/index.html'
],
'/lang/th/': [
'_site/lang/th/index.html'
],
'/lang/zh_tw/': [
'_site/lang/zh_tw/index.html'
],
'/lang/ko/': [
'_site/lang/ko/index.html'
],
'/lang/ru/': [
'_site/lang/ru/index.html'
],
'/lang/zh_cn/': [
'_site/lang/zh_cn/index.html'
],
'/lang/it/': [
'_site/lang/it/index.html'
],
'/lang/fr_fr/': [
'_site/lang/fr_fr/index.html'
],
'/lang/uk/': [
'_site/lang/uk/index.html'
],
'/lang/nl_nl/': [
'_site/lang/nl_nl/index.html'
],
'/lang/ja/': [
'_site/lang/ja/index.html'
],
'/lang/ro/': [
'_site/lang/ro/index.html'
],
'/code_of_conduct/': [
'_site/code_of_conduct/index.html'
]
},
staticFileGlobs: [
'_site/**/*.html',
'_site/**/*.png'
],
stripPrefix: '_site',
verbose: true
};