node-amxxpack icon indicating copy to clipboard operation
node-amxxpack copied to clipboard

Recompile .sma files when .inc they depend on is updated on watch

Open rtxa opened this issue 5 months ago β€’ 4 comments

Sometimes, we just want to update an include file, let's say foo.inc, but this doesn't trigger recompilation of .sma files who depend on this include.

One strategy could be to check on watched .sma files if they have #include <foo> on it.

rtxa avatar Sep 24 '24 04:09 rtxa