-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Labels
Milestone
Description
Please ensure that you are on the latest version of the CLI.
npm view ionic@latest version
What version of the CLI are you using? Output of ionic --version
3.0.0-beta10
Short description of the problem:
ionic cordova resources windows
does nothing, running the same command for android creates all the icons
What behavior are you expecting?
Expecting the resources to be generated
Steps to reproduce:
- run
ionic cordova resources windows
`
✔ Collecting resource configuration and source images - done!
✔ Uploading source images to prepare for transformations - done!
✔ Generating platform resources: 0 / 0 complete - done!
✔ Modifying config.xml to add new image resources - done!
`
Post the output of ionic info
below please
`
npm (global):
@ionic/cli-utils : 1.0.0-beta1
cordova : 6.5.0
ionic : 3.0.0-beta10
npm (local):
@ionic/app-scripts : 1.3.0
@ionic/cli-plugin-cordova : 1.0.0-beta1
@ionic/cli-plugin-ionic-angular : 1.0.0-beta1
Ionic Framework : ionic-angular 3.0.1
System:
Node : v7.9.0
OS : Windows 10
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
`
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
janpio, doggy8088, dymo and TomDemulierChevret