Skip to content

Commit

Permalink
if we are cleaning all files, we are cleaning all gz files
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 16, 2011
1 parent 296b1ee commit 53f6acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/lib/sprockets/assets.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53f6acd

Please sign in to comment.