Skip to content

Commit 64d96a4

Browse files
committed
minor #5706 Update assetic.rst (Acinonux)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5706). Discussion ---------- Update assetic.rst assetic config fix Commits ------- c6616d1 Update assetic.rst
2 parents 4bfdfab + c6616d1 commit 64d96a4

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
@@ -58,8 +58,8 @@ Full Default Configuration
5858
<assetic:config
5959
debug="%kernel.debug%"
6060
use-controller="%kernel.debug%"
61-
read-from="%kernel.root_dir%/../web"
62-
write-to="%assetic.read_from%"
61+
read-from="%assetic.read_from%"
62+
write-to="%kernel.root_dir%/../web"
6363
java="/usr/bin/java"
6464
node="/usr/bin/node"
6565
sass="/usr/bin/sass"

0 commit comments

Comments
 (0)