You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Ionic CLI re-generates resources on every platform add. This is problematic because we use a slightly customized setup for android icons (with rounded corners, in a different directory, generated through a manually executed script).
Either prevent resources-generation from running automatically, or somehow register a hook script making sure we end up with rounded corners on Android.
By default, Ionic CLI re-generates resources on every
platform add
. This is problematic because we use a slightly customized setup for android icons (with rounded corners, in a different directory, generated through a manually executed script).Either prevent resources-generation from running automatically, or somehow register a hook script making sure we end up with rounded corners on Android.
Corresponding SO question: https://stackoverflow.com/questions/50948744/prevent-ionic-cli-from-running-resource-generation-on-platform-add
The text was updated successfully, but these errors were encountered: