Hello,
I’m currently on CLI version 2.0.0-beta.30.
I’ve been trying to generate new icons and splash screens for Android and iOS.
It always used to work excellently but now all of a sudden doesn’t work anymore.
I have a resources folder in my app root with an icon.png and splash.png and android and ios folders in there.
When I run ionic resources
or ionic resources --icon
or ionic resources --splash
it says it will use images from the cache, which it still doesn’t move to the designated resources/android or resources/ios folder. The CLI does however create the resources/{platform}/icon and resources/{platform}/splash folders.
The icon.png and splash.png are both new files so Ionic should not try to fetch the previously generated resources from the cache.
I’ve seen a solution where it was possible to disable the cache using cacheImages: false in resources.js, however this file is no longer available, probably due to updates from Ionic 2. https://github.com/driftyco/ionic-cli/issues/420
What can I do to generate my resources again?
Thanks in advance,
Bryan