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
commit 00d3a7477c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: