Skip to content

Commit

Permalink
Updated web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
miikka-niemela committed May 11, 2020
1 parent 9957f86 commit f8b96db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^index.js\/debug[\/]?" />
</rule>
<rule name="StaticContent">
<action type="Rewrite" url="public{REQUEST_URI}"/>
</rule>
<rule name="DynamicContent">
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
</conditions>
<action type="Rewrite" url="index.js"/>
<action type="Rewrite" url="*.js"/>
</rule>
</rules>
</rewrite>
Expand Down

0 comments on commit f8b96db

Please sign in to comment.