Commit f04255791281b9b8ae47f554cc6caa7204dd727f

Authored by Marco Antonio Konopacki
1 parent 1d7ee284

ajuste no script para setar tag incluindo a chamada do gulp

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
scripts/set_tag.sh
... ... @@ -53,3 +53,9 @@ fetch_settag $1
53 53 cd ../delibera
54 54  
55 55 fetch_settag $1
  56 +
  57 +echo "Rodando o Gulp para 'compilar' os arquivos Less"
  58 +
  59 +cd ../../
  60 +
  61 +gulp
... ...