ericclemmons / grunt-angular-templates

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

Empty template files cause invalid Javascript #27

Closed robertklep closed 11 years ago

robertklep commented 11 years ago

I ran into this issue because of a leftover 0 sized template file in my views directory, causing the generated JS to be invalid.

ericclemmons commented 11 years ago

@robertklep Updated to v0.3.8 and added you to the contributors! Thanks!