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
@@ -65,6 +65,7 @@ Instalação: @@ -65,6 +65,7 @@ Instalação:
65 65
66 6 – Instale os assets. 66 6 – Instale os assets.
67 Edite o arquivo app/config/config.yml e adicione CocarBundle na opção bundles 67 Edite o arquivo app/config/config.yml e adicione CocarBundle na opção bundles
  68 +```js
68 //... 69 //...
69 # Assetic Configuration 70 # Assetic Configuration
70 assetic: 71 assetic:
@@ -74,6 +75,8 @@ Instalação: @@ -74,6 +75,8 @@ Instalação:
74 75
75 //... 76 //...
76 77
  78 +```
  79 + Depois rode os comandos abaixo
77 80
78 php app/console assetic:dump 81 php app/console assetic:dump
79 php app/console assets:install 82 php app/console assets:install