Alexandre Flament 32cd0d31b3 [mod] upgrade pygments 4 years ago
..
css 32cd0d31b3 [mod] upgrade pygments 3 years ago
fonts 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 3 years ago
img 44407353ef [mod] oscar: get leaflet and jquery from NPM 3 years ago
js 32cd0d31b3 [mod] upgrade pygments 3 years ago
src 32cd0d31b3 [mod] upgrade pygments 3 years ago
.gitignore 6846402d73 .gitignore: make package-lock.json visible 4 years ago
README.rst cb04d42806 [mod] oscar: update README.rst 3 years ago
gruntfile.js 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 3 years ago
package.json 86912e2272 [mod] oscar: get bootstrap and typeahead from NPM 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