File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
<% for (var file in webpackConfig .template .cssFiles ) { % >
10
10
< link href= " <%= webpackConfig.template.cssFiles[file] %>" rel= " stylesheet" >
11
11
< % } %>
12
+
12
13
<link rel =" stylesheet" href =" https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
14
+ <script src =" https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js" ></script >
13
15
</head >
14
16
<body >
15
- <script src =" https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js" ></script >
16
17
<% - webpackConfig .html %>
17
18
18
19
<% for (var script of webpackConfig .template .jsFiles ) { % >
19
20
< script src= " <%= script %>" type= " text/javascript" >< / script>
20
21
< % } %>
22
+
21
23
<script >
22
24
((window .gitter = {}).chat = {}).options = {
23
25
room: ' webpack/webpack' ,
24
26
activationElement: false
25
27
};
26
28
</script >
29
+
27
30
<script src =" https://sidecar.gitter.im/dist/sidecar.v1.js" async defer ></script >
28
31
</body >
29
32
</html >
You can’t perform that action at this time.
0 commit comments