-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.default.json
50 lines (50 loc) · 1.06 KB
/
config.default.json
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
{
"core": {
"name": "TheWebSolver Codegarage",
"slug": "tws-codegarage",
"author": "Shesh Ghimire",
"PHPNamespace": "TheWebSolver\\Codegarage",
"underscoreCase": "tws_codegarage",
"camelCase": "twsCodegarage",
"constant": "TWS_CODEGARAGE",
"whiteLabel": "tws-whitelabel"
},
"dev": {
"browserSync": {
"live": true,
"proxyURL": "test.tws:8888",
"bypassPort": "8181",
"https": false
},
"styles": {
"stage": 3,
"autoprefixer": {
"grid": false
},
"importFrom": [
"_custom-media.css"
],
"features": {
"custom-media-queries": true,
"custom-properties": true,
"nesting-rules": true
}
},
"debug": {
"styles": false,
"scripts": false,
"phpcs": true
},
"phpcsPath": "C:\\Users\\Admin\\AppData\\Roaming\\Composer\\vendor\\bin\\phpcs"
},
"export": {
"compress": true,
"generatePotFile": true,
"isTheme": false,
"log": true,
"filesToCopy": [
"LICENSE",
"readme.txt"
]
}
}