diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-29 21:28:25 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-29 21:53:12 +0100 |
commit | c7f274041445f12a50204d1920065b58d5a21613 (patch) | |
tree | 1b6e4b2465589b844e438cbe8fc1efb7168a2282 /Makefile | |
parent | 1706b130a4eaa8bf493758ef69eca4e7e83a2fbf (diff) | |
download | searxng-c7f274041445f12a50204d1920065b58d5a21613.tar.gz searxng-c7f274041445f12a50204d1920065b58d5a21613.zip |
[mod] live build of a theme: LIVE_THEME=simple make run
Environment variable to get live builds while modifying CSS & JS of a theme::
LIVE_THEME=simple make run
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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: |