[MIRROR] Use a dummy include to indicate TGUI isn't built (#3025)

* Use a dummy include to indicate TGUI isn't built (#56470)

* Use a dummy include to indicate TGUI isn't built

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-02 20:04:26 +01:00
committed by GitHub
parent 5e4a8f276d
commit c0cb9c1576
5 changed files with 11 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const taskTgui = new Task('tgui')
.provides('tgui/public/tgui-common.bundle.js')
.provides('tgui/public/tgui-panel.bundle.css')
.provides('tgui/public/tgui-panel.bundle.js')
.provides('code/modules/tgui/USE_BUILD_BAT_INSTEAD_OF_DREAM_MAKER.dm')
.build(async () => {
// Instead of calling `tgui/bin/tgui`, we reproduce the whole pipeline
// here for maximum compilation speed.