Добавлено игнорирование сборки статических файлов

This commit is contained in:
2023-08-19 04:09:45 +03:00
parent 23a693a805
commit dad4d61453
17 changed files with 78 additions and 42 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

15
static/humans.txt Normal file
View File

@@ -0,0 +1,15 @@
/* SITE */
Last update: Sun Aug 19 02:47 AM MSK 2023
Language: Russian
Doctype: HTML5
IDE: Sublime Text 4
Tools: Parcel, Prettier, EditorConfig, nginx
Components: Bootstrap 5.3.1
Server: 1Gb RAM 1CPU KVM by FirstVDS
Server OS: ArchLinux rolling
/* TEAM */
Chef: Alexander Popov
Contacts: iiiypuk [at] fastmail.fm
Ko-Fi: iiiypuk
Location: Murmansk, Russia

BIN
static/icons/120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/icons/144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
static/icons/16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

BIN
static/icons/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
static/icons/32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

BIN
static/icons/512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/icons/72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/icons/96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,34 @@
{
"name": "a2s",
"icons": [
{
"src": "/icons/72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "/icons/96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "/icons/144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "/icons/192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
},
{
"src": "/icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}