aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
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