Skip to content

Commit

Permalink
Add prod config, to reduce build size & build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgfox committed Sep 16, 2024
1 parent 5e33598 commit eb6ae9b
Show file tree
Hide file tree
Showing 22 changed files with 7,387 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ out
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.DS_Store
785 changes: 785 additions & 0 deletions dist/index.application.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<title>Game</title>
<style>
body {
margin: 0px;
}

canvas {
border: 2px solid black;
}
</style>
<script defer src="index.application.js"></script><script defer src="shared.application.js"></script></head>

<body>
</body>

</html>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/public/assets/button-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-cell-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-cell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-pick-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-pick-backround.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-pick-pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/letter-pick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/reload-popup-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/public/assets/reload-popup-ribbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/public/levels/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"words": [
"брат",
"бар",
"раб",
"бра"
]
}
10 changes: 10 additions & 0 deletions dist/public/levels/2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"words": [
"минор",
"корм",
"кино",
"мир",
"ком",
"ион"
]
}
9 changes: 9 additions & 0 deletions dist/public/levels/3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"words": [
"икона",
"цинк",
"кино",
"ион",
"инок"
]
}
Binary file added dist/public/vag-world-bold.ttf
Binary file not shown.
Loading

0 comments on commit eb6ae9b

Please sign in to comment.