-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
29 lines (29 loc) · 839 Bytes
/
app.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
{
"name": "NVD3Charts",
"id": "9760645c-5482-48d0-bddd-414657ace490",
"version": "1.0.2.0",
"framework":"ext",
"locale": "en",
"indexHtmlPath": "index.html",
"requires": ["nvd3-chart"],
"slicer": null,
"loader": {
"cacheParam": "_dc",
"cache": true
},
"builds": {
"classic": {"theme": "ext-theme-crisp"}
},
"js": [
{"path": "bootstrap.js"},
{"path": "lib/d3/d3.min.js", "bundle": true},
// {"path": "lib/nvd3/nv.d3.min.js", "bundle": true},
{"path": "lib/nvd3/nv.d3.js", "bundle": true},
{"path": "app.js", "bundle": true}
],
"css": [
{"path": "bootstrap.css", "bootstrap": true},
{"path": "lib/nvd3/nv.d3.min.css", "bundle": true},
{"path": "resources/css/styles.css", "bundle": true}
]
}