-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework use of ~ in build.json #48
Comments
@janpio please add apache/cordova-docs#909 to the list you made above. EDITED & moved to another issue:
|
In terms of
P.S. I think we should consider using
|
Thanks for the investigation @brodybits, so it definitely makes sense to use this for all platforms and see if this can be moved out of For the other uses of |
I just raised #49 to propose the other changes, which should not block any of the changes discussed here, and changed the title of this issue back to the original. |
Based on:
apache/cordova-cli#359
apache/cordova-android#563
apache/cordova-docs#909
Conclusion was to not merge any of those PRs, but rework how the support for
~
is implemented. Instead of manually reading env variables, usinguntildify
should be much more stable.During the discussion also the suggestion came up to support this in all
build.json
files, not just forcordova-android
. (Will have to check if any of those use paths at all, so that it is worth the effort to move this fromcordova-android
to a more general location.)The text was updated successfully, but these errors were encountered: