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 7c7ff99 + a816dc3 commit 98a4ccbCopy full SHA for 98a4ccb
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