forked from palmirani/lime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
executable file
·51 lines (47 loc) · 1.52 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "LIME",
"version": "2.2.0",
"requires": [
"ext-theme-lime",
"ext-ux",
"extra-toggleslide",
"lime-core",
"default-import",
"default-export",
"default-autoimport-open",
"default-pdf",
"language-akn3"
],
"framework": "ext",
"css": [
{
"bootstrap": true,
"path": "bootstrap.css"
},
{ "path": "lib/codemirror/codemirror.css" },
{ "path": "resources/font-awesome/css/font-awesome.min.css" }
],
"js": [
{ "path":"${ext.dir}/build/ext-all-debug.js" },
{ "bundle": true, "path": "app.js" },
{ "path": "lib/tinymce/tinymce.min.js" },
{ "path": "lib/filesaver/filesaver.min.js", "includeInBundle": true },
{ "path": "lib/codemirror/codemirror.min.js", "includeInBundle": true },
{ "path": "lib/vkbeautify/vkbeautify.js", "includeInBundle": true },
{ "path": "lib/plupload/js/plupload.full.js", "includeInBundle": true },
{ "path": "lib/wgxpath/wgxpath.js", "includeInBundle": true },
{ "path": "lib/stringPolyfill/startswith.js", "includeInBundle": true },
{ "path": "lib/stringPolyfill/endswith.js", "includeInBundle": true }
],
"resources": [
"lib",
"config",
"languagesPlugins",
"php",
"scripts"
],
"id": "9ec55dc5-ec08-4d75-bd6f-723dddfc48c5",
"theme": "ext-theme-lime",
"env": "${build.environment}",
"buildDatetime": "${build.datetime}"
}