ludohenin / gulp-inline-ng2-template

Gulp plugin to inline HTML and CSS into Angular 2 component decorators
MIT License
126 stars 26 forks source link

customFilePath is receiving an array instead of an string #59

Closed rduenasf closed 1 year ago

rduenasf commented 8 years ago

exec here: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L278

returns an array, this is being passed into customFilePath but it expects an string

rduenasf commented 8 years ago

This is also happening here:

https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L247

ludohenin commented 8 years ago

Good catch, would you make a PR for that ?