searxng/searx/static/themes/oscar
Adam Tauber a04fafd419 Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results
Conflicts:
	searx/static/themes/default/css/style.css
	searx/static/themes/oscar/css/oscar.min.css
	searx/templates/oscar/result_templates/torrent.html
2015-01-15 18:26:00 +01:00
..
css Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results 2015-01-15 18:26:00 +01:00
img [enh] themes static content refactor 2015-01-01 17:48:12 +01:00
js Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results 2015-01-15 18:26:00 +01:00
less/oscar Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results 2015-01-15 18:26:00 +01:00
.gitignore [enh] themes static content refactor 2015-01-01 17:48:12 +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 [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