Ver código fonte

[fix] grunt action name

Adam Tauber 9 anos atrás
pai
commit
52323a4b4e
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      .travis.yml
  2. 1
    1
      manage.sh

+ 1
- 1
.travis.yml Ver arquivo

@@ -19,7 +19,7 @@ install:
19 19
 script:
20 20
   - ./manage.sh pep8_check
21 21
   - ./manage.sh styles
22
-  - ./manage.sh grunt
22
+  - ./manage.sh grunt_build
23 23
   - ./manage.sh py_test_coverage
24 24
   - ./manage.sh robot_tests
25 25
 after_success:

+ 1
- 1
manage.sh Ver arquivo

@@ -58,7 +58,7 @@ styles() {
58 58
 	build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
59 59
 }
60 60
 
61
-grunt() {
61
+grunt_build() {
62 62
 	grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
63 63
 }
64 64