1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 00:36:39 +02:00
searxng/searx/static/themes/oscar
2021-03-10 19:28:51 +01:00
..
css [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
img [mod] oscar: remove unused images 2021-03-10 19:01:16 +01:00
js [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
src [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
.gitignore .gitignore: make package-lock.json visible 2020-03-26 15:35:32 +01:00
gruntfile.js [mod] oscar: move compiled files to the src directory 2021-03-10 19:28:51 +01:00
package.json [mod] oscar: upgrade npm dependencies 2021-03-10 19:01:14 +01: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``