summaryrefslogtreecommitdiff
path: root/docs/dev/quickstart.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-01-04 19:44:51 +0100
committerGitHub <noreply@github.com>2022-01-04 19:44:51 +0100
commit00d3a7477c01981a6ef2d396332670ad5b831fa6 (patch)
treed7002bbc90cdf52c8f65e8f709f6766a6d6d8ef6 /docs/dev/quickstart.rst
parent8eb3167fba1f7aacbd4eb3da8615a3e58f249eb3 (diff)
parentc7f274041445f12a50204d1920065b58d5a21613 (diff)
Merge pull request #664 from return42/themes.live
[mod] manage: add themes.live command (rebuild on modification)
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: