searxng/searx/static/themes/oscar
Alexandre Flament 44407353ef [mod] oscar: get leaflet and jquery from NPM
easy to upgrade (package.json)
2021-03-11 09:32:22 +01:00
..
css [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +01:00
img [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +01:00
js [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +01:00
src [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +01:00
.gitignore .gitignore: make package-lock.json visible 2020-03-26 15:35:32 +01:00
gruntfile.js [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +01:00
package.json [mod] oscar: get leaflet and jquery from NPM 2021-03-11 09:32:22 +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