1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 00:36:39 +02:00
searxng/searx/static/themes/oscar
2020-12-01 10:07:01 +01:00
..
css [fix] fix the reset button in the oscar theme (#2306) 2020-11-30 16:30:21 +01:00
img [enh] add invidious engine. (#1657) 2019-08-02 13:25:25 +02:00
js [mod] oscar theme: added option into gruntfile.js for generate sourceMap 2020-12-01 10:07:01 +01:00
less Add recoll engine (#2325) 2020-11-30 08:35:15 +01:00
.gitignore .gitignore: make package-lock.json visible 2020-03-26 15:35:32 +01:00
gruntfile.js [mod] oscar theme: added option into gruntfile.js for generate sourceMap 2020-12-01 10:07:01 +01:00
package.json [enh] update npm dependency versions 2020-06-03 13:44:55 +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``