はI明確なキャッシュがPRODで、このエラーが表示されたら:Symfony3小枝Assetic解析エラー
Twig_Error_Syntax: Lexer or parser ended up in unsupported state
これはのみ発生、私は名前の資産を使用している時:私が使用している場合は
{% stylesheets '@bootstrap_css' %}
リソースへのパス:
{% stylesheets 'Resources/css/lib/bootstrap.min.css' %}
それは大丈夫だ...
私のconfig.yml:
assetic:
assets:
bootstrap_css:
inputs:
- Resources/css/lib/bootstrap.min.css
- Resources/css/lib/bootstrap-theme.min.css
output: compiled/css/bootstrap.css
どのようなアイデアですか?
それはこの問題のために起こるhttps://github.com/symfony/assetic-bundle/issues/429 –