-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcompile-dist-debug.json
60 lines (60 loc) · 1.5 KB
/
compile-dist-debug.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
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
{
"$schema": "https://qooxdoo.org/schema/compile-1-0-0.json",
"libraries": [
"src/client/bibliograph",
"src/server/modules/z3950/client",
"src/server/modules/webservices/client",
"src/server/modules/backup/client",
"src/lib/incubator.qx.io.jsonrpc"
],
"environment": {
"app.mode": "production",
"app.version": "set by compile.js",
"qx.debug": true,
"app.serverUrl": ".",
"qx.icontheme": "Tango",
"module.objectid": true,
"app.taskmonitor.enable": true,
"qx.io.jsonrpc.debug": true,
"qcl.io.jsonrpc.token-in-params": false,
"qcl.ui.tool.ObjectIds.enable": true
},
"locales": [
"en",
"de"
],
"targets": [
{
"description": "Deployment version in debug mode",
"type": "build",
"targetClass": "BuildTarget",
"outputPath": "compiled/build",
"deployPath": "compiled/deploy"
},
{
"description": "Deployment version in debug & source mode",
"type": "source",
"targetClass": "SourceTarget",
"outputPath": "compiled/source",
"deployPath": "compiled/deploy"
}
],
"defaultTarget": "build",
"applications": [
{
"title": "Bibliograph Bibliographic Data Manager",
"name": "bibliograph",
"theme": "bibliograph.theme.Theme",
"class": "bibliograph.Application",
"bootPath": "source/boot",
"include": [
"bibliograph.plugins.*"
]
}
],
"babel": {
"options": {
"targets": "edge >=18, chrome >= 73, firefox >= 66"
}
}
}