express-blocks
express-blocks copied to clipboard
add type='text/javascript' to standard script tag
Not into HTML5? ;)
@aseemk, hmm why not?
Sorry for not being clear -- the type
attribute is optional in HTML5. =)
(See https://github.com/paulirish/html5-boilerplate/blob/master/index.html#L47-66 for example)
@aseemk, in that case you could still add it for those who do not use the html5 doctype (me being an example).
Okay -- I'd like to keep the default the slimmer HTML5 style, but I'll consider making this configurable!