mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Updated juke build paths so it detects when a rebuild is needed (#30758)
This commit is contained in:
@@ -63,12 +63,14 @@ export const DmTarget = new Juke.Target({
|
|||||||
get(DefineParameter).includes('ALL_MAPS') && DmMapsIncludeTarget,
|
get(DefineParameter).includes('ALL_MAPS') && DmMapsIncludeTarget,
|
||||||
],
|
],
|
||||||
inputs: [
|
inputs: [
|
||||||
'_maps/map_files/generic/**',
|
'__DEFINES/**',
|
||||||
'code/**',
|
'code/**',
|
||||||
'goon/**',
|
'goon/**',
|
||||||
'html/**',
|
'html/**',
|
||||||
'icons/**',
|
'icons/**',
|
||||||
'interface/**',
|
'interface/**',
|
||||||
|
'maps/**',
|
||||||
|
'sound/**',
|
||||||
`${DME_NAME}.dme`,
|
`${DME_NAME}.dme`,
|
||||||
],
|
],
|
||||||
outputs: [
|
outputs: [
|
||||||
|
|||||||
Reference in New Issue
Block a user