searxng/searx/static/oscar
2014-12-15 10:49:35 +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 [enh][oscar_template] split js-files and compile them together 2014-11-30 13:21:58 +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``