ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
Our app runs **ionic v1** and until now **we used Chrome** with some **security settings turned off** when testing our app in order to avoid most cross-origin issues like CORS...
The issue is resolved, but now I get this error - not sure if it is related or a new issue. Error: Command failed: xcrun simctl list --json $ ionic...
**Description:** When creating a blank cordova project with the latest Ionic cli (6.7.0) and running it on android the app doesn't load. **Steps to Reproduce:** ``` ionic start project-name blank...
The deploy build command does not currently provide a way to specify the name of the artifact that it downloads. Something similar to the package build command's --build-file-name option would...
`ionic cap copy --no-build --watch` expected behavior keep running and copy files to ios, android, web at file change actual runs once before I need to develop for ios I...
**Description:** There used to be a prompt to add capacitor to a new project created using the starter templates, but that option no longer is shown and it's added by...
**Description:** CSS files are in **assets** folder.    **Steps to Reproduce:** I am getting above **issue** on running command **"ionic cordova run android"**. And **work...
origin: https://github.com/ionic-team/ionic-cli/issues/3036 and https://github.com/ionic-team/ionic-cli/issues/3036#issuecomment-376662587 We can inject all the Cordova www assets into the livereload dev server, providing a nice experience for developing mobile apps in `ionic serve`. 📝 Note:...
I'm not sure this is a bug so i put as feat request. When i use the cli page generator (ionic g page test) on angular project the cli correctly...
**Description:** Running the `ionic capacitor build` command produces source maps in `build/static` folder. I __do not__ specify the `--source-map` option. With or without the `--prod` option. According to the [docs](https://ionicframework.com/docs/cli/commands/capacitor-build#advanced-options),...