Thanks to visit codestin.com Credit goes to github.com
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.
2 parents eb04090 + ce0fefe commit 5ad4520Copy full SHA for 5ad4520
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