Symfony2:JavaScript不适用于Prod环境

时间:2012-04-12 00:43:00

标签: javascript symfony twig assetic

在开发环境中它完美无缺,但是当我切换到Prod时,它什么也没做。看起来它没有附加事件监听器(当我使用Chrome检查元素时,没有检测到事件监听器应该在哪里)。有任何想法吗?我已经清除了两个缓存,也许重要的是说我复制了

_assetic:
resource: .
type:     assetic

从routing_dev.yml到routing.yml,因为如果我没有得到以下500内部服务器错误:

request.CRITICAL: Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Route "_assetic_f582f37" does not exist.")

1 个答案:

答案 0 :(得分:4)

您是否已转储资产文件?

php app/console assetic:dump --env=prod --no-debug

http://symfony.com/doc/current/cookbook/assetic/asset_management.html#cookbook-assetic-dumping