Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
JS and CSS are generated without hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Apr 29, 2020
1 parent ee017ae commit 805d7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Der ewige Testband</title>
<link rel="shortcut icon" href="./static/assets/images/favicon.png">
<link href="./static/ea0d7c9e162cd536e094.app.css" rel="stylesheet">
<link href="./static/app.css" rel="stylesheet">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="pragma" content="no-cache">
Expand Down Expand Up @@ -461,5 +461,5 @@ <h2>6 Astronomy</h2>
<div class="footer-logo"><a class="footer-logo__link" href="http://edition-open-access.de" target="_blank"><img class="logo logo--text" src="./static/assets/images/logo-text.4ea3e4d587131f00ba9787321ce2be23.svg" alt="Edition Open Access"></a></div>
</div>
</footer>
</div><script type="text/javascript" src="./static/ea0d7c9e162cd536e094.app.js"></script></body>
</div><script type="text/javascript" src="./static/app.js"></script></body>
</html>

0 comments on commit 805d7ef

Please sign in to comment.