Commit 2678ec2c3dee058200f4224d900f46a0649db91d
1 parent
cf22107a
Exists in
master
Correção no build da barra es
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
build.sh
... | ... | @@ -22,6 +22,7 @@ then |
22 | 22 | cp templates/$profile/barra-brasil.js static/ #Copiando enquanto a barra é estática. |
23 | 23 | cp templates/$profile/barra-brasil-en.js static/ #Copiando enquanto a barra é estática. |
24 | 24 | cp templates/$profile/barra-brasil-fr.js static/ #Copiando enquanto a barra é estática. |
25 | + cp templates/$profile/barra-brasil-es.js static/ #Copiando enquanto a barra é estática. | |
25 | 26 | else |
26 | 27 | echo "Erro. O profile '$profile' não existe." |
27 | 28 | fi | ... | ... |
recipes/default/barra-brasil-final.yaml
... | ... | @@ -23,7 +23,7 @@ generate: |
23 | 23 | |
24 | 24 | - barra-brasil_sem_licenca-es.js: |
25 | 25 | source: |
26 | - - build/barra-brasil-original-fr.js # parte de comportamento | |
26 | + - build/barra-brasil-original-es.js # parte de comportamento | |
27 | 27 | - build/footer-brasil-original.js # parte de comportamento |
28 | 28 | uglify.bin: uglifyjs |
29 | 29 | ... | ... |