mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
See https://github.com/requirejs/requirejs/issues/1816 requirejs loads one file: leaflet. This commit: * removes requirejs * load leaflet using <script src...> HTML tag in searx/templates/oscar/base.html |
||
|---|---|---|
| .. | ||
| css | ||
| img | ||
| js | ||
| less | ||
| .gitignore | ||
| gruntfile.js | ||
| package.json | ||
| 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