mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -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.*')
|
||||
|
||||
Reference in New Issue
Block a user