gulp-inline-ng2-template
gulp-inline-ng2-template copied to clipboard
customFilePath is receiving an array instead of an string
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
This is also happening here:
https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L247
Good catch, would you make a PR for that ?