mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
Enable production assets hash
This commit is contained in:
parent
91266f1cad
commit
2cafe15e85
10 changed files with 75 additions and 11 deletions
3
public/views/includes/header.ejs
Normal file
3
public/views/includes/header.ejs
Normal file
|
@ -0,0 +1,3 @@
|
|||
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
||||
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue