ericclemmons / grunt-angular-templates

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

documentation include htmlmin keepClosingSlash #133

Closed TomekSzymanski closed 9 years ago

TomekSzymanski commented 9 years ago

Hi,

Could we include in documentation, in the recommended htmlmin options also the keepClosingSlash: true. Without it SVG is broken (see https://github.com/gruntjs/grunt-contrib-htmlmin/issues/58). Or at least could we leave a comment to consider it when you use svg.

Thank you!