forked from weepower/wee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwee.json
More file actions
101 lines (101 loc) · 1.59 KB
/
wee.json
File metadata and controls
101 lines (101 loc) · 1.59 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "Project Name",
"paths": {
"root": "public",
"assets": "assets",
"source": "source"
},
"data": {},
"style": {
"data": {},
"core": {
"namespace": false,
"features": {
"buttons": true,
"code": true,
"forms": true,
"print": true,
"tables": true
},
"responsive": {
"enable": true,
"offset": 25,
"breakpoints": {
"mobileLandscape": 480,
"tabletPortrait": 768,
"desktopSmall": 1024,
"desktopMedium": 1280,
"desktopLarge": 1440
}
}
},
"build": [],
"compile": {}
},
"script": {
"data": {},
"core": {
"enable": true,
"namespace": "Wee",
"features": {
"animate": true,
"assets": true,
"chain": true,
"data": true,
"dom": true,
"events": true,
"history": true,
"routes": true,
"screen": true,
"touch": true,
"view": true
}
},
"build": [],
"compile": {
"ie9.min.js": [
"polyfill/wee.placeholder.js",
"polyfill/wee.slice.js"
]
},
"validate": {
"watch": true,
"jscs": "source/.jscs.json",
"jshint": "source/.jshintrc"
},
"sourceMaps": true
},
"generator": {
"enable": true,
"build": [
"source/modules/guide/generate.json"
]
},
"defaultCommand": "run:static",
"server": {
"ghostMode": false,
"host": "auto",
"port": 9000,
"inject": [],
"reload": {
"enable": true,
"ignore": [],
"watch": {
"root": true,
"paths": [],
"extensions": [
"html"
]
}
},
"tasks": {
"local": {
"https": true,
"proxy": "https://wee.dev"
},
"static": {
"https": true
}
}
}
}