-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild-conf.json
More file actions
37 lines (35 loc) · 913 Bytes
/
build-conf.json
File metadata and controls
37 lines (35 loc) · 913 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
{
"title": "Opus by GridSound",
"desc": "Opus audio encoder",
"favicon": "assets/ico.svg",
"url": "https://opus.gridsound.com/",
"ogImage": "https://opus.gridsound.com/cover.png",
"ogImageW": 1290,
"ogImageH": 624,
"cssSrcA": [
"assets/fonts/fonts.css"
],
"cssSrcB": [
"style.css"
],
"jsSrcB": [
"run.js"
],
"cssDep": [
"gs-ui-components/gsui.css",
"gs-ui-components/gsuiIcon/gsuiIcon.css",
"gs-ui-components/gsuiRipple/gsuiRipple.css",
"gs-ui-components/gsuiComButton/gsuiComButton.css"
],
"jsDep": [
"gs-utils/gs-utils.js",
"gs-utils/gs-utils-dom.js",
"gs-utils/gs-utils-func.js",
"gs-utils/gs-utils-files.js",
"gs-utils/gs-utils-checkType.dev.js",
"gs-wa-components/gswaOpusConverter/gswaOpusConverter.js",
"gs-ui-components/gsui0ne/gsui0ne.js",
"gs-ui-components/gsuiRipple/gsuiRipple.js",
"gs-ui-components/gsuiComButton/gsuiComButton.js"
]
}