require-jade
require-jade copied to clipboard
Bug in IE: SCRIPT438: Object doesn't support property or method 'setAttribute'
SCRIPT438: Object doesn't support property or method 'setAttribute' shows up in IE dev tools console.
Bug only present in the latest version on require-jade (0.0.3)
Try using ECMAScript 5 compatibility shims for legacy JavaScript engines. IE's bad support on ES5 usually causes this type of issues.
Apart from that, does this show up after building your templates? ( I presume you don't build up your templates on the fly in a production environment)