We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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']