下面是我的代码:
<head>
{% stylesheets debug=true
'@PractoPvrBundle/Resources/public/css/bootstrap.min.css'
'@PractoPvrBundle/Resources/public/css/bootstrap-responsive.min.css'
%}
<link href="{{ asset_url }}" rel="stylesheet">
{% endstylesheets %}
</head>
我收到以下错误
An exception has been thrown during the rendering of a template (\"Route \"_assetic_4fec32d_0\" does not exist.\
需要帮助。我正在关注文档,但无法找出错误。