node-amxxpack
node-amxxpack copied to clipboard
Recompile .sma files when .inc they depend on is updated on watch
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.