提交 73d34feb 编写于 作者: G Guillermo Iguaran 提交者: José Valim

Always enable digest and compile in the Rake task

上级 d0fafaf2
......@@ -13,8 +13,9 @@ namespace :assets do
# Ensure that action view is loaded and the appropriate sprockets hooks get executed
ActionView::Base
# Always perform caching so that asset_path appends the timestamps to file references.
Rails.application.config.action_controller.perform_caching = true
# Always calculate digests and compile files
Rails.application.config.assets.digest = true
Rails.application.config.assets.compile = true
config = Rails.application.config
env = Rails.application.assets
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册