ionic-team / ionic-team/ionic-cli
ionic cap copy --no-build --watch not working
- Linguagem predominante
- TypeScript
- Estrelas
- 2k
- Forks
- 682
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
`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 just run this command and open native ide
`ionic capacitor run ios -l --external`
so after file change I just
1. need to click run app button in xcode
but now I'm adding feature to connect to iot WiFi Access Point therefore
I can't use `ionic capacitor run ios -l --external` cause it need my ios device to be connected to the same network as my computer to work properly and get livereloads
So after every file change I need to
1. run `ionic build --watch` for file changes
2. then after every change manually run `ionic cap copy --no-build --watch` (--watch not working as expected run once)
3. then in xcode run app button
Guia de contribuição
Direção de pesquisa
Start by tracing the `ionic cap copy` command and its `--watch` handling, then reproduce `ionic cap copy --no-build --watch` while changing files. Done means the command remains running and copies changes to iOS, Android, and web targets instead of exiting after one copy.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 38/100