diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-01-14 15:08:05 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-14 15:22:23 +0100 |
| commit | e4f8f0483f418da953724ddcbc3d67cfe6373ea9 (patch) | |
| tree | aff1f5d386e706a86b5fe224a09d177057b7d27f /docs | |
| parent | 5a1a43ef74e29e6a4b41ee29cb0788d6bab606ce (diff) | |
[mod] slightly improve `make node.clean themes.all`
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/quickstart.rst | 6 |
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. |