Closed slj closed 10 years ago
That's more of an issue with https://github.com/kangax/html-minifier, isn't it?
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 .
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.