forked from IMERSS/r-scrollytelling-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json5
27 lines (27 loc) · 873 Bytes
/
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
{
reknitJobs: [{
infile: "%maxwell/docs/Janszen_Legacy_Project.html",
outfile: "%maxwell/docs/Janszen_Legacy_Project-Reknitted.html",
options: {
template: "%maxwell/src/html/template.html",
scrollyPageOptions: {
zoomDuration: 1500
},
paneHandlers: {
}
}
}],
copyJobs: [ {
source: "%maxwell/src/js/client/*.js",
target: "%maxwell/docs/js/"
}, {
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"
}
]
}