Skip to content

Commit d86b5e6

Browse files
committed
add more file formats to reactor
Fixes #1942 Fixes elm-lang/elm-reactor#190 Fixes elm-lang/elm-reactor#224 Fixes elm-lang/elm-reactor#228
1 parent 11ffbf5 commit d86b5e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terminal/src/Develop.hs

+3
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ mimeTypeDict =
218218
, ".m3u" ==> "audio/x-mpegurl"
219219
, ".mov" ==> "video/quicktime"
220220
, ".mp3" ==> "audio/mpeg"
221+
, ".mp4" ==> "video/mp4"
221222
, ".mpeg" ==> "video/mpeg"
222223
, ".mpg" ==> "video/mpeg"
223224
, ".ogg" ==> "application/ogg"
@@ -241,6 +242,8 @@ mimeTypeDict =
241242
, ".txt" ==> "text/plain"
242243
, ".wav" ==> "audio/x-wav"
243244
, ".wax" ==> "audio/x-ms-wax"
245+
, ".webm" ==> "video/webm"
246+
, ".webp" ==> "image/webp"
244247
, ".wma" ==> "audio/x-ms-wma"
245248
, ".wmv" ==> "video/x-ms-wmv"
246249
, ".woff" ==> "font/woff"

0 commit comments

Comments
 (0)