Makes icon changes and changes to centcom cause a rebuild (#56187)

Why It's Good For The Game

Edits to maps we always compile, or icons should cause rebuilds so people don't need to futz about with forcing them manually.
This commit is contained in:
LemonInTheDark
2021-01-17 12:09:07 +13:00
committed by GitHub
parent 29008ec019
commit 445acd3cad
+2
View File
@@ -34,9 +34,11 @@ const taskTgui = new Task('tgui')
});
const taskDm = new Task('dm')
.depends('_maps/map_files/generic/**')
.depends('code/**')
.depends('goon/**')
.depends('html/**')
.depends('icons/**')
.depends('interface/**')
.depends('tgui/public/tgui.html')
.depends('tgui/public/*.bundle.*')