Skip to content

Commit 9d1d598

Browse files
skipjackSpaceK33z
authored andcommitted
Formatting and cleaning up template.ejs a little
1 parent 521caf4 commit 9d1d598

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,24 @@
99
<% for (var file in webpackConfig.template.cssFiles) { %>
1010
<link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
1111
<% } %>
12+
1213
<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>
1315
</head>
1416
<body>
15-
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
1617
<%- webpackConfig.html %>
1718

1819
<% for (var script of webpackConfig.template.jsFiles) { %>
1920
<script src="<%= script %>" type="text/javascript"></script>
2021
<% } %>
22+
2123
<script>
2224
((window.gitter = {}).chat = {}).options = {
2325
room: 'webpack/webpack',
2426
activationElement: false
2527
};
2628
</script>
29+
2730
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
2831
</body>
2932
</html>

0 commit comments

Comments
 (0)