syncs TGS, tgui, and build tools to latest tgstation (#3039)

lol said the crab, lmao
This commit is contained in:
silicons
2021-04-29 15:08:52 -05:00
committed by GitHub
parent 58d131466c
commit a2a56a6790
133 changed files with 3245 additions and 2371 deletions
+8 -1
View File
@@ -6,7 +6,7 @@
/datum/asset/simple/tgui_common
keep_local_name = TRUE
assets = list(
"tgui-common.chunk.js" = 'tgui/public/tgui-common.chunk.js',
"tgui-common.chunk.js" = 'tgui/public/tgui-common.bundle.js',
)
/datum/asset/simple/tgui
@@ -203,6 +203,13 @@
)
parents = list("font-awesome.css" = 'html/font-awesome/css/all.min.css')
/datum/asset/simple/namespaced/tgfont
assets = list(
"tgfont.eot" = 'tgui/packages/tgfont/dist/tgfont.eot',
"tgfont.woff2" = 'tgui/packages/tgfont/dist/tgfont.woff2',
)
parents = list("tgfont.css" = 'tgui/packages/tgfont/dist/tgfont.css')
/datum/asset/spritesheet/chat
name = "chat"