fix(resources): Always use / in paths written to config.xml#69
fix(resources): Always use / in paths written to config.xml#69jakub-g wants to merge 1 commit intoionic-team:masterfrom
Conversation
7fe1f5a to
e93aedd
Compare
|
So to start the discussion, this bug happens because Let me know what you think about this patch; do you want a comment in code? extract it as a separate method maybe? This is a small patch and a number of people are waiting for it, so I'd love to have it merged soon :) Thanks |
|
Thanks for the PR! I like doing it before saving in Will see to getting this merged in soon, please ping me in a few days if it has not been closed. |
|
change the dependency on Path to Upath instead, which does platform detection before concatenating paths. a safer code change. https://www.npmjs.com/package/upath |
fixes ionic-team/ionic-cli#625
fixes ionic-team/ionic-framework#4212
Let's update image path just before writing to
config.xmlso that we have always/regardless of platform.