ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

removeRedundantAttribues: true removes type="text" from form elements #98

Closed slj closed 10 years ago

slj commented 10 years ago

I'm currently using 0.5.5; I have several template .html files where the form element includes the attribute type="text". When I set removeRedundantAttributes to true in my Gruntfile, the attribute is missing from the resulting .js file. I could not find where a fix for this has been documented. Thank you.

ericclemmons commented 10 years ago

That's more of an issue with https://github.com/kangax/html-minifier, isn't it?

slj commented 10 years ago

That's right. I overlooked that html-minifier was a dependency. Thank you.

On Tue, Jul 15, 2014 at 7:03 PM, Eric Clemmons notifications@github.com wrote:

That's more of an issue with https://github.com/kangax/html-minifier, isn't it?

— Reply to this email directly or view it on GitHub https://github.com/ericclemmons/grunt-angular-templates/issues/98#issuecomment-49104371 .