zewa666 / aurelia-i18next

An Aurelia-Wrapper for the i18next library
MIT License
17 stars 15 forks source link

translation.JSON 404 not found (when deployed on IIS server) #35

Closed flieks closed 9 years ago

flieks commented 9 years ago

i got this error Image of Yaktocat

flieks commented 9 years ago

add this to your web.config:

<staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
 </staticContent>
zewa666 commented 9 years ago

As a side note ... this applies to hosting via IIS and .NET

flieks commented 9 years ago

true, i updated the title