There was an error while loading. Please reload this page.
1 parent 09c92fe commit 1b3dcebCopy full SHA for 1b3dceb
reference/configuration/assetic.rst
@@ -16,8 +16,8 @@ Full Default Configuration
16
use_controller:
17
enabled: "%kernel.debug%"
18
profiler: false
19
- read_from: "%kernel.root_dir%/../web"
20
- write_to: "%assetic.read_from%"
+ read_from: "%assetic.read_from%"
+ write_to: "%kernel.root_dir%/../web"
21
java: /usr/bin/java
22
node: /usr/bin/node
23
ruby: /usr/bin/ruby
0 commit comments