ericclemmons / grunt-angular-templates

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

Template named "undefined.html" is ignored #40

Closed jakobloekke closed 11 years ago

jakobloekke commented 11 years ago

For various reasons we use a template named "undefined.html" in our current project. But it seems it's being ignored by the compiler. All our other templates work perfectly.

ericclemmons commented 11 years ago

That's insanely bizarre! I'm not doing anything based on filename, but I'll work it out...

ericclemmons commented 11 years ago

I just created a test case for this, and everything seems to be working just fine...

8932e6f