เมื่อฉันพยายามใช้{% javascript %}
แท็กTWIG เพื่อเชื่อมโยงไปยัง.js
ไฟล์ของฉันมันจะส่งคืนฉันด้วยข้อยกเว้นต่อไปนี้:
An exception has been thrown during the compilation of a template ("You must add CompetitiongameBundle to the assetic.bundle config to use the {% javascripts %} tag in CompetitiongameBundle:game:index.html.twig.") in "CompetitiongameBundle:game:index.html.twig".
index.html.twig
ลักษณะของฉัน:
{% javascripts 'CompetitiongameBundle/Resources/views/public/js/*'%}
<script type="text/javascript" src="{{ asset_url }}" ></script>
{% endjavascripts %}
Hello {{ name }}!
<a href='{{ nexturl }}' >Login</a>
Bundle ของฉันมีอยู่แล้วในไฟล์ config เมื่อฉันทำ:
php app/console config:dump-reference assetic
ฉันจะแก้ไขปัญหานี้ได้อย่างไร?