[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

@ -5,6 +5,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- npm install -g less
- cd searx/static/oscar;npm install
install:
- "make"
- pip install coveralls
@ -12,6 +13,7 @@ script:
- "make tests"
- "make robot"
- "make styles"
- "make grunt"
- make coverage
after_success:
coveralls