Skip to content

Commit

Permalink
update iis web.config to not process missing .map files
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jan 23, 2018
1 parent e4a2426 commit 226748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.config
Expand Up @@ -43,7 +43,7 @@
<rule name="Main SEF URL Rule" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="\.(css|js|pdf|shtml|htc)$" negate="true" />
<add input="{URL}" pattern="\.(css|js|pdf|shtml|htc|map)$" negate="true" />
<add input="{URL}" pattern="\.(jp?g|gif|png|tiff)$" negate="true" />
<add input="{URL}" pattern="\.(mp3|mp4|webm|ogv|flv|f4v)$" negate="true" />
<add input="{URL}" pattern="^/robots\.txt$" negate="true" />
Expand Down

0 comments on commit 226748d

Please sign in to comment.