Remco Haszing created CB-11527:
----------------------------------
Summary: Don't copy over icons when adding a plugin or platform
Key: CB-11527
URL: https://issues.apache.org/jira/browse/CB-11527
Project: Apache Cordova
Issue Type: Improvement
Components: AllPlatforms
Affects Versions: 6.2.0
Reporter: Remco Haszing
Priority: Minor
There are multiple actions that trigger a copying of the icons in the platform
directories. I don't think this is necessary in any case other than before a
build (including run / emulate).
I'm using [this hook|https://www.npmjs.com/package/generate-cordova-assets] to
generate the assets at build time. This means that when for example adding the
Android platform, I get these annoying messages:
{code}
cp: no such file or directory: res/android/icon-ldpi.png
cp: no such file or directory: res/android/icon-mdpi.png
cp: no such file or directory: res/android/icon-hdpi.png
cp: no such file or directory: res/android/icon-xhdpi.png
cp: no such file or directory: res/android/icon-xxhdpi.png
cp: no such file or directory: res/android/icon-xxxhdpi.png
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]