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

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

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

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
SkyratBot
2021-02-09 00:37:44 +01:00
committed by GitHub
parent 24454a93fe
commit 02571bae25
6 changed files with 0 additions and 11 deletions

View File

@@ -26,7 +26,6 @@ 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.