-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (48 loc) · 942 Bytes
/
app.json
File metadata and controls
48 lines (48 loc) · 942 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
{
"name": "BeRoads",
"indexHtmlPath": "index.html",
"url": "http://dev.beroads.com",
"js": [
{
"path": "http://src.sencha.io/screen.js",
"remote": true
},
{
"path": "touch/sencha-touch.js",
"x-bootstrap": true
},
{
"path": "app.js",
"bundle": true,
"update": "delta"
},
{
"path": "language.js"
},
{
"path": "utils.js"
}
],
"css": [
{
"path": "resources/css/flat.css",
"update": "delta"
}
],
"cache": [
"index.html"
],
"network": [
"*"
],
"fallback": [],
"resources": [
"resources/img",
"resources/icons",
"resources/startup"
],
"ignore": [
".git$"
],
"id": "4554eb52-522a-43db-97ae-9d670a7555c0"
}