gulp-inline-ng2-template icon indicating copy to clipboard operation
gulp-inline-ng2-template copied to clipboard

customFilePath is receiving an array instead of an string

Open rduenasf opened this issue 8 years ago • 2 comments

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 avatar Aug 12 '16 21:08 rduenasf

This is also happening here:

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

rduenasf avatar Aug 12 '16 21:08 rduenasf

Good catch, would you make a PR for that ?

ludohenin avatar Aug 13 '16 07:08 ludohenin