From ee56f7b8dfbdad902494af441a1c49de1349aa67 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Sun, 24 Jul 2011 20:52:08 +0200 Subject: help the next guy with explanations - See bb3b3e306 --- actionpack/lib/sprockets/assets.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/sprockets/assets.rake') diff --git a/actionpack/lib/sprockets/assets.rake b/actionpack/lib/sprockets/assets.rake index 424eeae35c..50278cffcd 100644 --- a/actionpack/lib/sprockets/assets.rake +++ b/actionpack/lib/sprockets/assets.rake @@ -10,6 +10,7 @@ namespace :assets do Sprockets::Helpers::RailsHelper assets = Rails.application.config.assets.precompile + # Always perform caching so that asset_path appends the timestamps to file references. Rails.application.config.action_controller.perform_caching = true Rails.application.assets.precompile(*assets) end -- cgit v1.2.3