summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-01-14 15:08:05 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-01-14 15:22:23 +0100
commite4f8f0483f418da953724ddcbc3d67cfe6373ea9 (patch)
treeaff1f5d386e706a86b5fe224a09d177057b7d27f /docs/dev
parent5a1a43ef74e29e6a4b41ee29cb0788d6bab606ce (diff)
[mod] slightly improve `make node.clean themes.all`
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/quickstart.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index c45c24491..917d90c12 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -39,10 +39,8 @@ to our ":ref:`how to contribute`" guideline.
- :ref:`make themes`
If you implement themes, you will need to setup a :ref:`Node.js environment
-<make node.env>`: ``make node.env``
-
-Before you call *make run* (2.), you need to compile the modified styles and
-JavaScript: ``make themes.all``
+<make node.env>`. Before you call *make run* (2.), you need to compile the
+modified styles and JavaScript: ``make node.clean themes.all``
Alternatively you can also compile selective the theme you have modified,
e.g. the *simple* theme.