Skip to content

Commit

Permalink
Guess text/css MIME type for .less files
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed Feb 18, 2013
1 parent 33cd5f3 commit da9bf2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webmachine_util.erl
Expand Up @@ -77,6 +77,8 @@ guess_mime(File) ->
"image/jpeg";
".js" ->
"application/x-javascript";
".less" ->
"text/css";
".m4v" ->
"video/mp4";
".manifest" ->
Expand Down

0 comments on commit da9bf2f

Please sign in to comment.