miickel / gulp-angular-templatecache

Concatenates and registers AngularJS templates in the $templateCache.
MIT License
524 stars 103 forks source link

fix: don't try to process directories (#145) #171

Closed the-ress closed 5 years ago

the-ress commented 5 years ago

145 is caused by trying to read the contents of a directory (at least in my case).

Here's a fix and a test.

simonua commented 5 years ago

Hi @the-ress, thank you very much for your PR! I appreciate the contribution. I am a little backed up with work right now, but I will try to get to reviewing this in the next week or two.

simonua commented 5 years ago

@the-ress, LGTM, too. Thank you very much for addressing this!

simonua commented 5 years ago

@the-ress & @dmellstrom, thank you two very much. I just published 2.2.7 with this fix.