config.xml:
    <assetic:assets>
        <assetic:asset name="jquery">
            <assetic:input>%kernel.root_dir%/Resources/js/
jquery.min.js</assetic:input>
        </assetic:asset>
    </assetic:assets>

base.html.twig:
        {% javascripts '@jquery' %}
            <b>{{ asset_url }}</b>
        {% endjavascripts %}

Output:
        Fatal error: Maximum function nesting level of '100' reached,
aborting! in /Users/vyacheslav/PhpstormProjects/xxx/vendor/twig/lib/
Twig/TokenStream.php on line 292

Maybe my configuration is wrong? I can't find any usage example for
AsseticBundle.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to