আমি যখন {% javascript %}
আমার .js
ফাইলে লিঙ্ক রাখতে TWIG ট্যাগটি ব্যবহার করার চেষ্টা করছি তখন এটি আমাকে নিম্নলিখিত ব্যতিক্রম সহ ফিরিয়ে দেয়:
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>
আমার বান্ডেলটি কনফিগারেশন ফাইলে উপস্থিত থাকলেই আমি এটি করি:
php app/console config:dump-reference assetic
আমি এটা কিভাবে ঠিক করবো ?