aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-17 00:35:21 +0200
committerXavier Noria <fxn@hashref.com>2011-07-17 00:35:21 +0200
commit53f6acd25252d7c95ea8fd90ed6f48aa7ac3e04c (patch)
treed0e70811b670a512394f6e2cfb1a7d5d3e74e02d /actionpack
parent296b1eef67d93658951e4d633bf44acca9a8540d (diff)
downloadrails-53f6acd25252d7c95ea8fd90ed6f48aa7ac3e04c.tar.gz
rails-53f6acd25252d7c95ea8fd90ed6f48aa7ac3e04c.tar.bz2
rails-53f6acd25252d7c95ea8fd90ed6f48aa7ac3e04c.zip
if we are cleaning all files, we are cleaning all gz files
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/sprockets/assets.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/sprockets/assets.rake b/actionpack/lib/sprockets/assets.rake
index 0236350576..61e0189ad9 100644
--- a/actionpack/lib/sprockets/assets.rake
+++ b/actionpack/lib/sprockets/assets.rake
@@ -20,7 +20,6 @@ namespace :assets do
file_list = FileList.new("#{public_asset_path}/**/*")
file_list.each do |file|
rm_rf file
- rm_rf "#{file}.gz"
end
end
end