logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 52323a4b4ed00f63a63181bdf9d0cf3850f1de78
parent 39d2e0427f496e321a38e8a57b01a2c6043d2339
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat,  2 Jan 2016 12:21:40 +0100

[fix] grunt action name

Diffstat:

M.travis.yml2+-
Mmanage.sh2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -19,7 +19,7 @@ install: script: - ./manage.sh pep8_check - ./manage.sh styles - - ./manage.sh grunt + - ./manage.sh grunt_build - ./manage.sh py_test_coverage - ./manage.sh robot_tests after_success: diff --git a/manage.sh b/manage.sh @@ -58,7 +58,7 @@ styles() { build_style themes/pix-art/less/style.less themes/pix-art/css/style.css } -grunt() { +grunt_build() { grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js" }