dependabot[bot] 94de9ee61a Bump grunt-contrib-jshint in /searx/static/themes/oscar 3 years ago
..
css 715c445e9b [build] /static 3 years ago
fonts 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 4 years ago
img d6a2d4f969 [enh] add engine - Docker Hub 3 years ago
js a53a4d5012 [build] /static 3 years ago
src 715c445e9b [build] /static 3 years ago
.gitignore 04492b76de [themes] ignore packages-lock.json 3 years ago
README.rst cb04d42806 [mod] oscar: update README.rst 4 years ago
gruntfile.js df06dddc04 SearXNG: oscar theme 3 years ago
package.json 94de9ee61a Bump grunt-contrib-jshint in /searx/static/themes/oscar 3 years ago

README.rst

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``

directory structure
~~~~~~~~~~~~~~~~~~~

see:

- gruntfile.js
- package.json

*************
css directory
*************

- ``bootstrap*``: bootstrap NPM package,
- ``leaflet.*``: leaflet NPM package
- ``leaflet.min.css``: minimized version of ``leaflet.css`` (see gruntfile.js)
- ``logicodev.*``: compiled from ``src/less/logicodev``
- ``logicodev-dark*``: compiled from ``src/less/logicodev-dark``
- ``pointhi*``: compiled from ``src/less/pointhi``
- ``images``: leaflet NPM package

**************
font directory
**************

- from bootstrap NPM package

************
js directory
************

- ``searx.*``: compiled from ``src/js``
- other files are from NPM packages

*************
img directory
*************

- images for the oscar theme