Skip to content

Commit 4fc861a

Browse files
Keep scripts separate from text types
1 parent b8cb345 commit 4fc861a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utopia/static/mime_types.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Static
2020
"js", "mjs", "wasm"
2121
],
2222
:text => [
23-
"html", "css", "js", "map", "txt", "rtf", "xml", "pdf"
23+
"html", "css", "map", "txt", "rtf", "xml", "pdf"
2424
],
2525
:fonts => [
2626
"otf", "eot", "ttf", "woff", "woff2"

0 commit comments

Comments
 (0)