mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Experimental: Compile TGUI for Edge and IE separately (#9679)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5c8417af0f
commit
fbe217b737
@@ -5,6 +5,13 @@
|
||||
"tgui.bundle.css" = file("tgui/public/tgui.bundle.css"),
|
||||
)
|
||||
|
||||
/datum/asset/simple/tgui_edge
|
||||
keep_local_name = TRUE
|
||||
assets = list(
|
||||
"tgui.bundle.edge.js" = file("tgui/public/tgui.bundle.edge.js"),
|
||||
"tgui.bundle.edge.css" = file("tgui/public/tgui.bundle.edge.css"),
|
||||
)
|
||||
|
||||
/datum/asset/simple/tgui_panel
|
||||
keep_local_name = TRUE
|
||||
assets = list(
|
||||
|
||||
Reference in New Issue
Block a user