Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit cb3c8fc

Browse files
committed
Fixes #22: Missing type attribute on text input
1 parent 906fdef commit cb3c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = function(grunt) {
8181
removeAttributeQuotes: true,
8282
removeComments: true, // Only if you don't use comment directives!
8383
removeEmptyAttributes: true,
84-
removeRedundantAttributes: true,
84+
removeRedundantAttributes: false, //removing this as it can removes properties that can be used when styling
8585
removeScriptTypeAttributes: true,
8686
removeStyleLinkTypeAttributes: true
8787
}

0 commit comments

Comments
 (0)