summaryrefslogtreecommitdiff
path: root/public/views/includes/header.ejs
diff options
context:
space:
mode:
authorMartB2018-10-15 18:09:28 +0200
committerMartB2018-10-16 11:40:21 +0200
commit6bce9ac5bf4d98f65f55621ea5073781328ba2a1 (patch)
treefde3b73575abbe74fc63bc95d7136b18341fef72 /public/views/includes/header.ejs
parente47442c604fedbf09a6399a67f01ac648d3572b1 (diff)
Fix #1016: webpack include defect for scripts and header files.
Signed-off-by: MartB <mart.b@outlook.de>
Diffstat (limited to 'public/views/includes/header.ejs')
-rw-r--r--public/views/includes/header.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/includes/header.ejs b/public/views/includes/header.ejs
index 1e2e8988..942a89f9 100644
--- a/public/views/includes/header.ejs
+++ b/public/views/includes/header.ejs
@@ -1,3 +1,3 @@
<% for (var css in htmlWebpackPlugin.files.css) { %>
-<link href="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.css[css].path %>" rel="stylesheet">
+<link href="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
<% } %>