diff --git a/bin/release b/bin/release index 53eb1eebe..168ddcd9b 100755 --- a/bin/release +++ b/bin/release @@ -58,8 +58,9 @@ class Release def content_type(pathname) case pathname.extname - when ".js" then "application/javascript" when ".css" then "text/css" + when ".js" then "application/javascript" + when ".map" then "application/json" end end