Skip to content

Commit

Permalink
add more file formats to reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jul 29, 2019
1 parent 11ffbf5 commit d86b5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terminal/src/Develop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ mimeTypeDict =
, ".m3u" ==> "audio/x-mpegurl"
, ".mov" ==> "video/quicktime"
, ".mp3" ==> "audio/mpeg"
, ".mp4" ==> "video/mp4"
, ".mpeg" ==> "video/mpeg"
, ".mpg" ==> "video/mpeg"
, ".ogg" ==> "application/ogg"
Expand All @@ -241,6 +242,8 @@ mimeTypeDict =
, ".txt" ==> "text/plain"
, ".wav" ==> "audio/x-wav"
, ".wax" ==> "audio/x-ms-wax"
, ".webm" ==> "video/webm"
, ".webp" ==> "image/webp"
, ".wma" ==> "audio/x-ms-wma"
, ".wmv" ==> "video/x-ms-wmv"
, ".woff" ==> "font/woff"
Expand Down

0 comments on commit d86b5e6

Please sign in to comment.