mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 08:49:44 +01:00
compress bundled js
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
<h3>The game or other resource that you are looking for could not be found, or you don't have permission to access it.
|
||||
Old games are periodically cleared.</h3>
|
||||
</div>
|
||||
<script src="/dist/notFound-bundle.js"></script>
|
||||
<script src="/dist/notFound-bundle.js.gz"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
<div id="mobile-menu-background-overlay"></div>
|
||||
<div id="navbar"></div>
|
||||
<div id="game-creation-container" class="container"></div>
|
||||
<script src="/dist/create-bundle.js"></script>
|
||||
<script src="/dist/create-bundle.js.gz"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
<link rel="preload" href="/webfonts/SignikaNegative-Light.woff2" as="font" type="font/woff2" crossorigin>
|
||||
</head>
|
||||
<body>
|
||||
<script src="/dist/game-bundle.js"></script>
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="/dist/game-bundle.js.gz"></script>
|
||||
<script src="/socket.io/socket.io.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -59,6 +59,6 @@
|
||||
<a aria-label="email the creator with questions" href="mailto:play.werewolf.contact@gmail.com?Subject=Werewolf App" target="_top"><img alt="email" src='/images/email.svg'/></a>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/dist/home-bundle.js"></script>
|
||||
<script src="/dist/home-bundle.js.gz"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -143,6 +143,6 @@
|
||||
<br><br>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/dist/howToUse-bundle.js"></script>
|
||||
<script src="/dist/howToUse-bundle.js.gz"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script src="/dist/join-bundle.js"></script>
|
||||
<script src="/dist/join-bundle.js.gz"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user