mirror of
https://github.com/searxng/searxng.git
synced 2026-07-17 21:41:24 +00:00
So far, any change to any file triggered a new build, and changes to the doc-strings (in ./searx) were not taken into account. With this patch, a build is only triggered when files with the specified file extensions change. The watch has been expanded to ./searx so that changes to doc strings also trigger a new build. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>