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 826197b commit a816dc3Copy full SHA for a816dc3
cookbook/assetic/uglifyjs.rst
@@ -230,13 +230,13 @@ helper:
230
231
.. code-block:: html+jinja
232
233
- {% javascripts '@AcmeFooBundle/Resources/public/css/*' filter='uglifycss' %}
+ {% stylesheets '@AcmeFooBundle/Resources/public/css/*' filter='uglifycss' %}
234
<link rel="stylesheet" href="{{ asset_url }}" />
235
- {% endjavascripts %}
+ {% endstylesheets %}
236
237
.. code-block:: html+php
238
239
- <?php foreach ($view['assetic']->javascripts(
+ <?php foreach ($view['assetic']->stylesheets(
240
array('@AcmeFooBundle/Resources/public/css/*'),
241
array('uglifycss')
242
) as $url): ?>
0 commit comments