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 814d8c4 commit ce0fefeCopy full SHA for ce0fefe
assetic/php.rst
@@ -97,7 +97,7 @@ First, configure a new ``scssphp`` Assetic filter:
97
http://symfony.com/schema/dic/assetic/assetic-1.0.xsd">
98
99
<assetic:config>
100
- <filter name="scssphp" formatter="Leafo\ScssPhp\Formatter\Compressed" />
+ <assetic:filter name="scssphp" formatter="Leafo\ScssPhp\Formatter\Compressed" />
101
<!-- ... -->
102
</assetic:config>
103
</container>
@@ -170,7 +170,7 @@ First, configure a new ``jsqueeze`` Assetic filter as follows:
170
171
172
173
- <filter name="jsqueeze" />
+ <assetic:filter name="jsqueeze" />
174
175
176
0 commit comments