forked from chocolatey/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundleconfig.json
More file actions
32 lines (32 loc) · 837 Bytes
/
bundleconfig.json
File metadata and controls
32 lines (32 loc) · 837 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
[
{
"outputFileName": "input/assets/css/chocolatey.bundle.css",
"inputFiles": [
"input/assets/css/chocolatey.css"
]
},
{
"outputFileName": "input/assets/css/docsearch.css",
"inputFiles": [
"node_modules/docsearch.js/dist/cdn/docsearch.css"
]
},
{
"outputFileName": "input/assets/js/docsearch.js",
"inputFiles": [
"input/assets/js/temp/chocolatey-docsearch.js"
]
},
{
"outputFileName": "input/assets/js/chocolatey-head.bundle.js",
"inputFiles": [
"input/assets/js/temp/chocolatey-theme-toggle-head.js"
]
},
{
"outputFileName": "input/assets/js/chocolatey.bundle.js",
"inputFiles": [
"input/assets/js/temp/init/chocolatey-docs.js"
]
}
]