summaryrefslogtreecommitdiff
path: root/docs/dev/quickstart.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-12-29 21:28:25 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-12-29 21:53:12 +0100
commitc7f274041445f12a50204d1920065b58d5a21613 (patch)
tree1b6e4b2465589b844e438cbe8fc1efb7168a2282 /docs/dev/quickstart.rst
parent1706b130a4eaa8bf493758ef69eca4e7e83a2fbf (diff)
downloadsearxng-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 'docs/dev/quickstart.rst')
-rw-r--r--docs/dev/quickstart.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index d2b666c09..db52a2d80 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -40,10 +40,15 @@ JavaScript:
Alternatively you can also compile selective the theme you have modified,
e.g. the *simple* theme.
+
.. code:: sh
make themes.simple
+.. tip::
+
+ To get live builds while modifying CSS & JS use: ``LIVE_THEME=simple make run``
+
If you finished your *tests* you can start to commit your changes. To separate
the modified source code from the build products first run: