forked from iwiznia/Ext.ux.Exporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExt.ux.Exporter.jsb
37 lines (37 loc) · 1.13 KB
/
Ext.ux.Exporter.jsb
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
{
"projectName": "Ext.ux.Exporter",
"packages": [{
"name": "Ext.ux.Exporter",
"id": "ext-ux-exporter",
"files": [
{"path": "", "name": "Formatter.js"},
{"path": "", "name": "Base64.js"},
{"path": "", "name": "Exporter.js"},
{"path": "", "name": "Button.js"},
{"path": "csvFormatter/", "name": "CsvFormatter.js"},
{"path": "wikiFormatter/", "name": "WikiFormatter.js"},
{"path": "excelFormatter/", "name": "Cell.js"},
{"path": "excelFormatter/", "name": "Style.js"},
{"path": "excelFormatter/", "name": "ExcelFormatter.js"},
{"path": "excelFormatter/", "name": "Workbook.js"},
{"path": "excelFormatter/", "name": "Worksheet.js"}
]
}],
"builds": [
{
"name": "All",
"target": "Ext.ux.formatter-all.js",
"compress": true,
"packages": [
"ext-ux-exporter"
]
},
{
"name": "Debug",
"target": "Ext.ux.formatter-all-debug.js",
"compress": false,
"packages": [
"ext-ux-exporter"
]
}]
}