Skip to content

Commit 4bfdfab

Browse files
committed
minor #5705 Update assetic.rst (Acinonux)
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
2 parents 09c92fe + 1b3dceb commit 4bfdfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/assetic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Full Default Configuration
1616
use_controller:
1717
enabled: "%kernel.debug%"
1818
profiler: false
19-
read_from: "%kernel.root_dir%/../web"
20-
write_to: "%assetic.read_from%"
19+
read_from: "%assetic.read_from%"
20+
write_to: "%kernel.root_dir%/../web"
2121
java: /usr/bin/java
2222
node: /usr/bin/node
2323
ruby: /usr/bin/ruby

0 commit comments

Comments
 (0)