forked from chocolatey/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundleconfig.json
56 lines (56 loc) · 2.23 KB
/
bundleconfig.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
[
{
"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": [
"node_modules/docsearch.js/dist/cdn/docsearch.js"
]
},
{
"outputFileName": "input/assets/js/chocolatey-head.bundle.js",
"inputFiles": [
"node_modules/choco-theme/js/chocolatey-theme-toggle-head.js"
]
},
{
"outputFileName": "input/assets/js/chocolatey.bundle.js",
"inputFiles": [
"node_modules/jquery/dist/jquery.js",
"node_modules/bootstrap/js/dist/dom/data.js",
"node_modules/bootstrap/js/dist/dom/event-handler.js",
"node_modules/bootstrap/js/dist/dom/manipulator.js",
"node_modules/bootstrap/js/dist/dom/selector-engine.js",
"node_modules/bootstrap/js/dist/base-component.js",
"node_modules/bootstrap/js/dist/alert.js",
"node_modules/bootstrap/js/dist/button.js",
"node_modules/bootstrap/js/dist/collapse.js",
"node_modules/anchor-js/anchor.js",
"node_modules/choco-theme/js/prism.min.js",
"node_modules/mousetrap/mousetrap.js",
"node_modules/choco-theme/js/chocolatey-theme-toggle.js",
"node_modules/choco-theme/js/chocolatey-functions.js",
"node_modules/choco-theme/js/chocolatey-docs.js",
"node_modules/choco-theme/js/chocolatey-alerts.js",
"node_modules/choco-theme/js/chocolatey-collapse-y-height.js",
"node_modules/choco-theme/js/chocolatey-anchors.js",
"node_modules/choco-theme/js/chocolatey-collapse-nested.js",
"node_modules/choco-theme/js/chocolatey-collapse-responsive.js",
"node_modules/choco-theme/js/chocolatey-code.js",
"node_modules/choco-theme/js/chocolatey-tables.js",
"node_modules/choco-theme/js/chocolatey-markdown.js",
"node_modules/choco-theme/js/chocolatey-search.js",
"node_modules/choco-theme/js/chocolatey-scrollspy.js"
]
}
]