Open djtregear opened 8 years ago
Hi djtregear,
Thank you for creating this issue. The problem here is that .pipe(patch('./'))
does not return a proper gulp stream, required by gulp.dest
. I am going to add it in the next minor version, and for now please use any other cordova module to pass the config file to a destination folder, as shown on the example here.
Hi
After installing xml2js as a dev dependency of my project I ran using a very simple setup as a gulp file.
This created the following error, although the patch did actually work...