Skip to content

Instantly share code, notes, and snippets.

@Layoric
Last active April 22, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Layoric/8078657 to your computer and use it in GitHub Desktop.
Save Layoric/8078657 to your computer and use it in GitHub Desktop.
IIS web config for .dart files
<system.webServer>
<staticContent>
<remove fileExtension=".dart" />
<mimeMap fileExtension=".dart" mimeType="application/dart" />
</staticContent>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment