deedubs / require-jade

Add jade to requireJS
MIT License
55 stars 17 forks source link

When using IIS7.5 (issue + resolution) #9

Closed aksharp closed 11 years ago

aksharp commented 11 years ago

You might get 404 file not found for your jade templates. Use this to set mime type for .jade extension on IIS

C:\Windows\System32\inetsrv>appcmd set config /section:staticContent /+[fileExtension='.jade',mimeType='text/plain']

vincentmac commented 11 years ago

Nice. This may be useful in a Wiki for this project.