lib/spire/resource/mime.rb in spire-0.3.3 vs lib/spire/resource/mime.rb in spire-0.4.0
- old
+ new
@@ -6,15 +6,16 @@
".text" => "text/plain",
".js" => "text/javascript",
".css" => "text/css",
".ics" => "text/calendar",
".csv" => "text/csv",
-
+
".png" => "image/png",
".jpeg" => "image/jpeg",
".gif" => "image/gif",
".bmp" => "image/bmp",
".tiff" => "image/tiff",
+ ".ico" => "image/image/x-icon",
".mpeg" => "video/mpeg",
".xml" => "application/xml",
".rss" => "application/rss+xml",
\ No newline at end of file