searx/searx/static/themes/oscar
Niklas Haas 7144c94e26
[fix] reduce server traffic by optimizing images
Simply running ‘optipng’ on every PNG image reduces the overall size of
them by 10% on average.
2015-06-22 01:49:07 +02:00
..
css [fix] add wordwrap to fix style issues 2015-01-18 13:42:31 +01:00
img [fix] reduce server traffic by optimizing images 2015-06-22 01:49:07 +02:00
js Allow autocompleter to work in a sub folder of the domain name. 2015-02-16 14:45:42 +01:00
less/oscar [fix] add wordwrap to fix style issues 2015-01-18 13:42:31 +01:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
README.rst [fix] filename strip 2015-01-01 18:06:51 +01:00
gruntfile.js Merge branch 'master' of https://github.com/asciimoo/searx into code_results 2015-01-09 21:30:09 +01:00
package.json Merge branch 'master' of https://github.com/asciimoo/searx into code_results 2015-01-09 21:30:09 +01:00

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``