mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[fix] grunt action name
This commit is contained in:
parent
39d2e0427f
commit
52323a4b4e
@ -19,7 +19,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- ./manage.sh pep8_check
|
- ./manage.sh pep8_check
|
||||||
- ./manage.sh styles
|
- ./manage.sh styles
|
||||||
- ./manage.sh grunt
|
- ./manage.sh grunt_build
|
||||||
- ./manage.sh py_test_coverage
|
- ./manage.sh py_test_coverage
|
||||||
- ./manage.sh robot_tests
|
- ./manage.sh robot_tests
|
||||||
after_success:
|
after_success:
|
||||||
|
@ -58,7 +58,7 @@ styles() {
|
|||||||
build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
|
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"
|
grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user