We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IIS7.5 Configuration
If you are receiving a 404 (not found) status code for your jade templates, use the following to set the mime type for .jade extensions on IIS:
404
.jade
C:\Windows\System32\inetsrv>appcmd set config /section:staticContent /+[fileExtension='.jade',mimeType='text/plain']