Skip to content

Commit

Permalink
minor #5705 Update assetic.rst (Acinonux)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5705).

Discussion
----------

Update assetic.rst

read_from and write_to values were missmached

Commits
-------

1b3dceb Update assetic.rst
  • Loading branch information
xabbuh committed Sep 23, 2015
2 parents 09c92fe + 1b3dceb commit 4bfdfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/configuration/assetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Full Default Configuration
use_controller:
enabled: "%kernel.debug%"
profiler: false
read_from: "%kernel.root_dir%/../web"
write_to: "%assetic.read_from%"
read_from: "%assetic.read_from%"
write_to: "%kernel.root_dir%/../web"
java: /usr/bin/java
node: /usr/bin/node
ruby: /usr/bin/ruby
Expand Down

0 comments on commit 4bfdfab

Please sign in to comment.