1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

if we are cleaning all files, we are cleaning all gz files

This commit is contained in:
Xavier Noria 2011-07-17 00:35:21 +02:00
parent 296b1eef67
commit 53f6acd252

View file

@ -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