ionic cordova prepare [platform]
Copies assets to Cordova platforms, preparing them for native builds
Arguments
Name | Description |
---|---|
platform | The platform you would like to prepare (e.g. android, ios) |
Options
Name | Description |
---|---|
--no-build | Do not invoke an Ionic build |
--prod | Flag to use the production configuration |
--configuration, -c <conf> | Specify the configuration to use |
--source-map | Output source maps |
--watch | Rebuild when files change |