forked from zaclys/searxng
Merge pull request #664 from return42/themes.live
[mod] manage: add themes.live command (rebuild on modification)
This commit is contained in:
commit
00d3a7477c
4 changed files with 58 additions and 18 deletions
6
Makefile
6
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue