-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json5
98 lines (96 loc) · 3.8 KB
/
config.json5
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
{
reknitJobs: [{
infile: "%maxwell/docs/R-Markdown-Background.html",
outfile: "%maxwell/docs/R-Markdown-Background-Rewoven.html",
options: {
template: "%maxwell/src/html/template.html",
paneHandlers: {
}
}
}, {
infile: "%maxwell/docs/R-Markdown-Courtier.html",
outfile: "%maxwell/docs/R-Markdown-Courtier-Rewoven.html",
options: {
template: "%maxwell/src/html/template-Courtier.html",
paneHandlers: {
Vascular: {
type: "maxwell.scrollyPaneHandler",
gradeNames: ["maxwell.withRegionPaneInfo", "maxwell.scrollyVizBinder", "maxwell.vegPlots.siteSelection", "maxwell.paneHandler.withMarkers"],
regionInfoText: "Selected plot: %region",
vizFile: "%resourceBase/data/MXCW-Scrolly-Vascular.json.lz4"
},
StudySites: {
type: "maxwell.sites.paneHandler"
}
}
}
}],
copyJobs: [{
source: "%infusion/dist/infusion-framework.js",
target: "%maxwell/docs/js/infusion-framework.js",
replaceSource: "sourceMappingURL=infusion-framework.js.map",
replaceTarget: "sourceMappingURL=../../node_modules/infusion/dist/infusion-framework.js.map"
}, {
source: "%maxwell/src/css/*.css",
target: "%maxwell/docs/css"
}, {
source: "%maxwell/src/js/client/reknit-client.js",
target: "%maxwell/docs/js/reknit-client.js"
}, {
source: "%maxwell/src/js/client/imerss-viz-reknit.js",
target: "%maxwell/docs/js/imerss-viz-reknit.js"
}, {
source: "%maxwell/src/js/client/paneHandlers.js",
target: "%maxwell/docs/js/paneHandlers.js"
}, {
source: "%imerss-bioinfo/docs/js/imerss-viz-all.js",
target: "%maxwell/docs/js/imerss-viz-all.js"
}, {
source: "%imerss-bioinfo/docs/js/imerss-viz-all.js.map",
target: "%maxwell/docs/js/imerss-viz-all.js.map",
replaceSource: "\"sourceRoot\":\"../..\"",
replaceTarget: "\"sourceRoot\":\"../../../bagatelle/\""
}, {
source: "%imerss-bioinfo/src/client/img/Arrow-up.svg",
target: "%maxwell/docs/img/Arrow-up.svg"
}, {
source: "%imerss-bioinfo/src/client/img/Arrow-down.svg",
target: "%maxwell/docs/img/Arrow-down.svg"
}, {
source: "%imerss-bioinfo/src/client/img/up-arrow.svg",
target: "%maxwell/docs/img/up-arrow.svg"
}, {
source: "%imerss-bioinfo/src/client/img/external-link.svg",
target: "%maxwell/docs/img/external-link.svg"
}, {
source: "%imerss-bioinfo/docs/css/imerss-viz-all.css",
target: "%maxwell/docs/css/imerss-viz-all.css"
}, {
source: "%maxwell/src/html/imerss-viz-scrolly.html",
target: "%maxwell/docs/html/imerss-viz-scrolly.html"
}, {
source: "%maxwell/src/html/pane-info.html",
target: "%maxwell/docs/html/pane-info.html"
}, {
source: "%imerss-bioinfo/src/client/json/emptyPhyloMap.json",
target: "%maxwell/docs/json/phyloMap.json"
}, {
source: "%maxwell/viz_data/MXCW-Scrolly-Vascular.json.lz4",
target: "%maxwell/docs/data/MXCW-Scrolly-Vascular.json.lz4"
}, {
source: "%maxwell/src/js/client/site.js",
target: "%maxwell/docs/js/site.js"
}, {
source: "%maxwell/src/js/client/maxwell.js",
target: "%maxwell/docs/js/maxwell.js"
}, {
source: "%maxwell/data/json/sitedata.json",
target: "%maxwell/docs/data/json/sitedata.json"
}, {
source: "%maxwell/data/json/sitedata.json",
target: "%maxwell/docs/json/sitedata.json"
}, {
source: "%maxwell/src/html/site.html",
target: "%maxwell/docs/html/site.html"
}]
}