forked from Runalyze/Runalyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.json
101 lines (84 loc) · 3.28 KB
/
resources.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"less": {
"main": {
"root": "./lib/less",
"src": [
"./lib/less/runalyze-style.less"
]
},
"installer": {
"root": "./app/Resources/public/css",
"src": [
"./app/Resources/public/css/runalyze-installer.less"
]
},
"dest": "./web/assets/css"
},
"js": {
"src": [
"./app/Resources/public/js/polyfill.js",
"./web/vendor/jquery/dist/jquery.js",
"./lib/jquery.metadata.js",
"./web/vendor/tablesorter/js/jquery.tablesorter.js",
"./web/vendor/tablesorter/addons/pager/jquery.tablesorter.pager.js",
"./lib/bootstrap-tooltip.js",
"./lib/fineuploader-3.5.0.min.js",
"./lib/jquery.datepicker.js",
"./lib/jquery.chosen.min.js",
"./lib/runalyze.lib.js",
"./lib/runalyze.lib.common.js",
"./lib/runalyze.lib.formatter.js",
"./lib/runalyze.lib.plot.js",
"./lib/runalyze.lib.plot.options.js",
"./lib/runalyze.lib.plot.saver.js",
"./lib/runalyze.lib.plot.events.js",
"./lib/runalyze.lib.tablesorter.js",
"./lib/runalyze.lib.options.js",
"./lib/runalyze.lib.config.js",
"./lib/runalyze.lib.overlay.js",
"./lib/runalyze.lib.panels.js",
"./lib/runalyze.lib.databrowser.js",
"./lib/runalyze.lib.statistics.js",
"./lib/runalyze.lib.training.js",
"./lib/runalyze.lib.activity.form.js",
"./lib/runalyze.lib.feature.js",
"./lib/runalyze.lib.notifications.js",
"./lib/flot-0.8.3/base64.js",
"./lib/flot-0.8.3/jquery.flot.min.js",
"./lib/flot-0.8.3/jquery.flot.resize.min.js",
"./lib/flot-0.8.3/jquery.flot.selection.js",
"./lib/flot-0.8.3/jquery.flot.crosshair.js",
"./lib/flot-0.8.3/jquery.flot.navigate.min.js",
"./lib/flot-0.8.3/jquery.flot.hiddengraphs.js",
"./lib/flot-0.8.3/jquery.flot.stack.js",
"./lib/flot-0.8.3/jquery.flot.textLegend.js",
"./lib/flot-0.8.3/jquery.flot.orderBars.js",
"./lib/flot-0.8.3/jquery.flot.canvas.js",
"./lib/flot-0.8.3/jquery.flot.time.min.js",
"./lib/flot-0.8.3/jquery.flot.curvedLines.js",
"./lib/runalyze.lib.plot.flot.js",
"./lib/geohash.js",
"./web/vendor/leaflet/dist/leaflet.js",
"./lib/leaflet/runalyze.leaflet.js",
"./lib/leaflet/runalyze.leaflet.layers.js",
"./lib/leaflet/runalyze.leaflet.routes.js",
"./web/vendor/d3/d3.js",
"./web/vendor/d3-tip/index.js",
"./node_modules/d3-scale-chromatic/dist/d3-scale-chromatic.min.js",
"./app/Resources/public/js/d3js-runalyzeplot.js",
"./app/Resources/public/js/d3js-boxplot.js",
"./app/Resources/public/js/climb-score.js",
"./app/Resources/public/js/views/climb-score-view.js",
"./app/Resources/public/js/views/race-performance-chart-view.js",
"./app/Resources/public/js/vendor/d3-annotation.js",
"./web/vendor/fontIconPicker/jquery.fonticonpicker.js",
"./web/vendor/moment/moment.js",
"./web/vendor/moment-timezone/builds/moment-timezone-with-data-2012-2022.min.js",
"./web/vendor/moment-duration-format/lib/moment-duration-format.js",
"./web/vendor/ifvisible.js/src/ifvisible.js",
"./web/vendor/jquery-timeago/jquery.timeago.js",
"./web/vendor/regression-js/build/regression.min.js"
],
"dest": "./web/assets/js"
}
}