mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
## About The Pull Request It was calling the `tgfont:build` script in `tgui/package.json` which didn't exist because the `bun()` function has the directory hardcoded to `./tgui`. So, I added an arg to specify the dir. Here's proof that it works: <img width="913" height="762" alt="image" src="https://github.com/user-attachments/assets/6f787173-d18a-448e-ba43-d1660f77df7e" /> I also removed the unused `tgui-bench` & `tgui-sonar` .cmds since their functionality was removed a year ago
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
/datum/asset/simple/namespaced/tgfont
|
|
assets = list(
|
|
"tgfont.woff2" = file("tgui/packages/tgfont/dist/tgfont.woff2"),
|
|
)
|
|
parents = list(
|
|
"tgfont.css" = file("tgui/packages/tgfont/dist/tgfont.css"),
|
|
)
|