Skip to content

Commit

Permalink
allow sourcemap file #112
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Sep 20, 2020
1 parent 871c11e commit ae6d55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ class GZipHelper
// can use http cache / url rewriting
static $accepted = array(
"js" => "text/javascript",
"json" => "application/json",
"map" => "application/json",
"css" => "text/css",
"eot" => "application/vnd.ms-fontobject",
"otf" => "application/x-font-otf",
Expand Down

0 comments on commit ae6d55c

Please sign in to comment.