summaryrefslogtreecommitdiff
path: root/docs/dev/quickstart.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-03-30 14:51:40 +0000
committerGitHub <noreply@github.com>2020-03-30 14:51:40 +0000
commit949378a07f7baa7ded50f15b386a72e5cd687006 (patch)
treea38e004d304de0b2480b50bd36c3f521fbf08546 /docs/dev/quickstart.rst
parent9a2f26d915ee05d933a18c31bca2121658aa7ffd (diff)
parent1ae39787c1d19a6781ad3d5cb0b2615741d9eb4b (diff)
Merge pull request #1900 from return42/issue-1898
export build variables / support brands
Diffstat (limited to 'docs/dev/quickstart.rst')
-rw-r--r--docs/dev/quickstart.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index e40772b3b..a786eda63 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -87,8 +87,8 @@ After satisfying the requirements styles can be build using ``manage.sh``
./manage.sh styles
-How to build the source of the oscar theme
-==========================================
+How to build the source of the themes
+=====================================
.. _grunt: https://gruntjs.com/
@@ -98,13 +98,13 @@ NodeJS, so first Node has to be installed.
.. code:: sh
sudo -H apt-get install nodejs
- sudo -H npm install -g grunt-cli
+ make node.env
After installing grunt, the files can be built using the following command:
.. code:: sh
- ./manage.sh grunt_build
+ make themes
Tips for debugging/development