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:
parent
296b1eef67
commit
53f6acd252
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ namespace :assets do
|
||||||
file_list = FileList.new("#{public_asset_path}/**/*")
|
file_list = FileList.new("#{public_asset_path}/**/*")
|
||||||
file_list.each do |file|
|
file_list.each do |file|
|
||||||
rm_rf file
|
rm_rf file
|
||||||
rm_rf "#{file}.gz"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue