Skip to content

Commit 4ca093a

Browse files
committed
Se minifica y comprime (minify) script js del juego para Producción.
1 parent 4742106 commit 4ca093a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/js/game-min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>Máquina - <small>0</small></h1>
6262
<!-- Librerías JS -->
6363

6464
<!-- Scripts -->
65-
<script src="assets/js/game.js"></script>
65+
<script src="assets/js/game-min.js"></script>
6666
<!--/ Scripts -->
6767

6868
<!-- Iniciar juego -->

0 commit comments

Comments
 (0)