[enh][oscar_template] split js-files and compile them together

This commit is contained in:
Thomas Pointhuber 2014-11-30 13:21:58 +01:00
parent 08f4b7f506
commit e687f5c290
14 changed files with 248 additions and 81 deletions

View file

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