summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-25 14:09:47 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-25 14:09:47 +0100
commit757ebb5d9fdc24757f199e52575f32f6faf091b3 (patch)
tree19c660bdb979ec72fe05a638b98fa493d1ac03ba /docs
parentaaf22baad2d0b361e01b8eb2c10de5d03875ecb6 (diff)
downloadsearxng-757ebb5d9fdc24757f199e52575f32f6faf091b3.tar.gz
searxng-757ebb5d9fdc24757f199e52575f32f6faf091b3.zip
[fix] brands: add variables from build env to grunt process
We have some variables in the build environment which are also needed in the grunt process when building themes. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/quickstart.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index e40772b3b..cb079a753 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/
@@ -104,7 +104,7 @@ After installing grunt, the files can be built using the following command:
.. code:: sh
- ./manage.sh grunt_build
+ make themes
Tips for debugging/development