-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-conf.json
More file actions
77 lines (74 loc) · 2.75 KB
/
build-conf.json
File metadata and controls
77 lines (74 loc) · 2.75 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"title": "Wave by GridSound",
"desc": "A wavetable editor",
"favicon": "assets/ico.svg",
"url": "https://wave.gridsound.com/",
"cssSrcA": [
"assets/fonts/fonts.css"
],
"cssSrcB": [
"src/style.css"
],
"jsSrcB": [
"src/run.js"
],
"cssDep": [
"gs-ui-components/gsui.css",
"gs-ui-components/gsui-gray.css",
"gs-ui-components/gsui-flex.css",
"gs-ui-components/gsui-form.css",
"gs-ui-components/gsuiIcon/gsuiIcon.css",
"gs-ui-components/gsuiKeys/gsuiKeys.css",
"gs-ui-components/gsuiPopup/gsuiPopup.css",
"gs-ui-components/gsuiRipple/gsuiRipple.css",
"gs-ui-components/gsuiSlider/gsuiSlider.css",
"gs-ui-components/gsuiDropdown/gsuiDropdown.css",
"gs-ui-components/gsuiBeatlines/gsuiBeatlines.css",
"gs-ui-components/gsuiComButton/gsuiComButton.css",
"gs-ui-components/gsuiActionMenu/gsuiActionMenu.css",
"gs-ui-components/gsuiWaveEditor/gsuiWaveEditor.css",
"gs-ui-components/gsuiPeriodicWave/gsuiPeriodicWave.css",
"gs-ui-components/gsuiWaveletBrowser/gsuiWaveletBrowser.css"
],
"jsDep": [
"gs-utils/gs-utils.js",
"gs-utils/gs-utils-dom.js",
"gs-utils/gs-utils-math.js",
"gs-utils/gs-utils-json.js",
"gs-utils/gs-utils-func.js",
"gs-utils/gs-utils-files.js",
"gs-utils/gs-utils-audio.js",
"gs-utils/gs-utils-jquery.js",
"gs-utils/gs-utils-models.js",
"gs-utils/gs-utils-math-fft.js",
"gs-utils/gs-utils-audio-nodes.js",
"gs-api-client/gsapiClient.js",
"gs-wa-components/gswaLFO/gswaLFO.js",
"gs-wa-components/gswaSynth/gswaSynth.js",
"gs-wa-components/gswaEnvelope/gswaEnvelope.js",
"gs-wa-components/gswaEncodeWAV/gswaEncodeWAV.js",
"gs-wa-components/gswaCrossfade/gswaCrossfade.js",
"gs-wa-components/gswaOscillator/gswaOscillator.js",
"gs-wa-components/gswaPeriodicWaves/gswaPeriodicWaves.js",
"gs-ui-components/gsui-constantes.js",
"gs-ui-components/gsui0ne/gsui0ne.js",
"gs-ui-components/gsuiKeys/gsuiKeys.html.js",
"gs-ui-components/gsuiKeys/gsuiKeys.js",
"gs-ui-components/gsuiPopup/gsuiPopup.html.js",
"gs-ui-components/gsuiPopup/gsuiPopup.js",
"gs-ui-components/gsuiRipple/gsuiRipple.js",
"gs-ui-components/gsuiSlider/gsuiSlider.html.js",
"gs-ui-components/gsuiSlider/gsuiSlider.js",
"gs-ui-components/gsuiTexture/gsuiTexture.js",
"gs-ui-components/gsuiDropdown/gsuiDropdown.js",
"gs-ui-components/gsuiDropdown/getAbsPos.js",
"gs-ui-components/gsuiComButton/gsuiComButton.js",
"gs-ui-components/gsuiBeatlines/gsuiBeatlines.js",
"gs-ui-components/gsuiActionMenu/gsuiActionMenu.js",
"gs-ui-components/gsuiWaveEditor/gsuiWaveEditor.html.js",
"gs-ui-components/gsuiWaveEditor/gsuiWaveEditor.js",
"gs-ui-components/gsuiPeriodicWave/gsuiPeriodicWave.js",
"gs-ui-components/gsuiWaveletBrowser/gsuiWaveletBrowser.html.js",
"gs-ui-components/gsuiWaveletBrowser/gsuiWaveletBrowser.js"
]
}