Ponysearch/searx/static/themes/oscar
Markus Heiser 757ebb5d9f [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>
2020-03-25 14:09:47 +01:00
..
css oscar and simple themes: no inline script (allow A+ Content-Security-Policy) 2019-08-06 12:14:11 +02:00
img [enh] add invidious engine. (#1657) 2019-08-02 13:25:25 +02:00
js [enh] submit search on suggestion select - closes #807 2020-03-23 14:01:33 +01:00
less theme: oscar - tidy up trailing whitespaces and tab usage 2019-12-10 18:10:33 +01:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
gruntfile.js [fix] brands: add variables from build env to grunt process 2020-03-25 14:09:47 +01:00
package.json Add image format and source information to display (#1567) 2019-08-06 09:31:24 +02:00
README.rst [fix] filename strip 2015-01-01 18:06:51 +01:00

install dependencies
~~~~~~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``npm install``

compile sources
~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``grunt``

or in the root directory:

``make grunt``