{%javascripts%}不能用
An exception has been thrown during the compilation of a template ("You must add ScourgenWebBundle to the assetic.bundle config to use the {% javascripts %} tag in ScourgenWebBundle:Default:index.html.twig.") in "D:\htdocs\symfony2\src\Scourgen\WebBundle/Resources/views/Default/index.html.twig".
2015-01-14
你看一下app/config/config.yml里,assetic:bundles是否被注釋掉。
1.如果注釋掉”bundles:“這行的話,assetic會自動發(fā)現(xiàn)所有的bundle
2.如果沒有注釋掉的話,你得自己把需要用到assetic管理功能的bundle的名字寫進去,比如這樣:
bundles: ?[ ScourgenWebBundle?]
2015-03-02
參考,解決~~
2015-01-28
網(wǎng)上可找到相關(guān)資料bundles: ? ? ? ?[ AqingWebBundle ]
2015-01-14
好的,已經(jīng)搞定,多謝多謝。