Commit e15b3d337875b00c336be1ca773f230b3b721d25

Authored by Alessandro Landim
1 parent a0dd9b44
Exists in master and in 2 other branches 3,1, 3.1

doc

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
README.md
... ... @@ -65,6 +65,7 @@ Instalação:
65 65  
66 66 6 – Instale os assets.
67 67 Edite o arquivo app/config/config.yml e adicione CocarBundle na opção bundles
  68 +```js
68 69 //...
69 70 # Assetic Configuration
70 71 assetic:
... ... @@ -74,6 +75,8 @@ Instalação:
74 75  
75 76 //...
76 77  
  78 +```
  79 + Depois rode os comandos abaixo
77 80  
78 81 php app/console assetic:dump
79 82 php app/console assets:install
... ...