1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 12:00:46 +02:00
searxng/searx/static/oscar
Cqoicebordel 06b59c7210 [fix] Show map on result in Oscar
Allow to find the leafleet js when searx is not installed at the root of the web server.
2014-12-18 15:51:09 +01:00
..
css [enh] template_oscar: show addressdata if possible 2014-11-03 18:46:58 +01:00
fonts initial commit of the new template 'oscar' 2014-10-05 14:40:46 +02:00
img [enh][oscar_template] replace kickass icon 2014-12-15 10:49:35 +01:00
js [fix] Show map on result in Oscar 2014-12-18 15:51:09 +01:00
less [enh] template_oscar: show addressdata if possible 2014-11-03 18:46:58 +01:00
.gitignore [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +01:00
gruntfile.js [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +01:00
package.json [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +01:00
README.rst [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +01:00

install dependencies
~~~~~~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/oscar``

``npm install``

compile sources
~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/oscar``

``grunt``

or in the root directory:

``make grunt``