-
Notifications
You must be signed in to change notification settings - Fork 0
/
.puprc-defaults
49 lines (49 loc) · 1.16 KB
/
.puprc-defaults
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
{
"build": [],
"build_dev": [],
"workflows": {},
"checks": {
"tbd": {
"fail_method": "error",
"fail_method_dev": "warn",
"skip_directories": "bin|build|vendor|node_modules|.git|.github|tests",
"skip_files": ".min.css|.min.js|.map.js|.css|.png|.jpg|.jpeg|.svg|.gif|.ico",
"dirs": [
"src"
]
},
"version-conflict": {
"fail_method": "error",
"fail_method_dev": "warn"
}
},
"clean": [],
"i18n": [],
"i18n_defaults": {
"path": "lang",
"url": "",
"slug": "",
"textdomain": "",
"file_format": "%textdomain%-%wp_locale%.%format%",
"formats": ["po", "mo"],
"filter": {
"minimum_percentage": 30
}
},
"paths": {
"build_dir": ".pup-build",
"changelog": null,
"css": [],
"js": [],
"sync_files": [],
"versions": [],
"views": [],
"zip_dir": ".pup-zip"
},
"env": [
"NODE_AUTH_TOKEN"
],
"repo": null,
"zip_use_default_ignore": true,
"zip_name": null
}