提交 2d411552 编写于 作者: X Xavier Noria

sprockets gzips assets now

上级 8aabefb0
......@@ -13,6 +13,9 @@ namespace :assets do
assets = Rails.application.config.assets
public_asset_path = Rails.public_path + assets.prefix
file_list = FileList.new("#{public_asset_path}/*.js", "#{public_asset_path}/*.css")
file_list.each{ |file| rm file }
file_list.each do |file|
rm file
rm "#{file}.gz", :force => true
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册