[fix] filename strip

This commit is contained in:
Adam Tauber 2015-01-01 18:06:51 +01:00
parent 8151585918
commit 20c4de8f06

View file

@ -0,0 +1,17 @@
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``