mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] Removes tg-font from main build pipeline, adds static asset version [MDB IGNORE] (#10024)
* Remove tgfont from pipeline, build it to git (#63358) * Removes tg-font from main build pipeline, adds static asset version Co-authored-by: AnturK <AnturK@users.noreply.github.com>
This commit is contained in:
@@ -143,11 +143,11 @@
|
||||
|
||||
/datum/asset/simple/namespaced/tgfont
|
||||
assets = list(
|
||||
"tgfont.eot" = file("tgui/packages/tgfont/dist/tgfont.eot"),
|
||||
"tgfont.woff2" = file("tgui/packages/tgfont/dist/tgfont.woff2"),
|
||||
"tgfont.eot" = file("tgui/packages/tgfont/static/tgfont.eot"),
|
||||
"tgfont.woff2" = file("tgui/packages/tgfont/static/tgfont.woff2"),
|
||||
)
|
||||
parents = list(
|
||||
"tgfont.css" = file("tgui/packages/tgfont/dist/tgfont.css"),
|
||||
"tgfont.css" = file("tgui/packages/tgfont/static/tgfont.css"),
|
||||
)
|
||||
|
||||
/datum/asset/spritesheet/chat
|
||||
|
||||
Reference in New Issue
Block a user