We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfdfab commit c6616d1Copy full SHA for c6616d1
reference/configuration/assetic.rst
@@ -58,8 +58,8 @@ Full Default Configuration
58
<assetic:config
59
debug="%kernel.debug%"
60
use-controller="%kernel.debug%"
61
- read-from="%kernel.root_dir%/../web"
62
- write-to="%assetic.read_from%"
+ read-from="%assetic.read_from%"
+ write-to="%kernel.root_dir%/../web"
63
java="/usr/bin/java"
64
node="/usr/bin/node"
65
sass="/usr/bin/sass"
0 commit comments