ericclemmons / grunt-angular-templates

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

Fix regression with htmlmin & HTML5 #54

Closed ericclemmons closed 11 years ago

ericclemmons commented 11 years ago

It turns out HTMLmin was running on all templates because of an erroneous check ({} is not falsey).

This fixes that, and, most noticeably, leaves most templates alone unless you actually definite the htmlmin option.

Closes #45 & #43