Merge pull request #664 from return42/themes.live

[mod] manage: add themes.live command (rebuild on modification)
This commit is contained in:
Markus Heiser
2022-01-04 19:44:51 +01:00
committed by GitHub
4 changed files with 58 additions and 18 deletions

View File

@@ -25,11 +25,7 @@ help:
PHONY += run
run: install
$(Q) ( \
sleep 2 ; \
xdg-open http://127.0.0.1:8888/ ; \
) &
SEARXNG_DEBUG=1 ./manage pyenv.cmd python -m searx.webapp
$(Q)./manage webapp.run
PHONY += install uninstall
install uninstall: