-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 815 Bytes
/
Copy pathapp.json
File metadata and controls
50 lines (50 loc) · 815 Bytes
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
{
"name": "GPSName",
"indexHtmlPath": "index.html",
"url": null,
"js": [
{
"path": "touch/sencha-touch.js",
"x-bootstrap": true
},
{
"path": "app.js",
"bundle": true,
"update": "delta"
}
],
"css": [
{
"path": "resources/css/app.css",
"update": "delta"
}
],
"appCache": {
"cache": [
"index.html"
],
"network": [
"*"
],
"fallback": []
},
"resources": [
"resources/images",
"resources/icons",
"resources/startup",
"resources/css",
"images"
],
"ignore": [
".svn$"
],
"archivePath": "archive",
"requires": [],
"buildOptions": {
"product": "touch",
"minVersion": 3,
"debug": false,
"logger": "yes"
},
"id": "43bdce00-cb45-11e1-9a11-db3e55370b7f"
}