miickel / gulp-angular-templatecache

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

New gulp-header version introduces an error #99

Closed mjwwit closed 9 years ago

mjwwit commented 9 years ago

The new 1.5.0 release of gulp-header introduced an issue. Because of this issue, gulp-angular-templatecache is now no longer working.

This is mostly gulp-header's problem, but maybe you can update your dependency versions to only auto-update patches.

"gulp-header": "~1.4.0" instead of "gulp-header": "1.x" would have prevented this issue.

Can you tighten your dependency versions so these bugs can be prevented in the future?

miickel commented 9 years ago

duplicate #97