Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build commands including sync is deleting the index.html in the ./dist & ./output/public folders #554

Open
Cyangineer opened this issue May 6, 2024 · 0 comments
Labels
bug Something isn't working needs reproduction

Comments

@Cyangineer
Copy link

馃摎 What are you trying to do?

Whenever I try to run the build for ios or android, it deletes the index.html that is needed to properly run and I have to use the generate command again and then rebuild. Is there a way to have the build and sync command not delete the html files?

馃攳 What have you tried?

This is the process I go through:

  • Make change to vue file
  • run sync
  • run simulator -> deletes index.html files in ./dist & ./output/public -> gets error for missing index.html file -> sim renders nothing
  • run generate
  • run simulator -> works

is there a better way to do this?

鈩癸笍 Additional context

I'm using the ionic plugin and I also have the tailwind module installed

@maige-app maige-app bot added bug Something isn't working needs reproduction labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs reproduction
Projects
None yet
Development

No branches or pull requests

1 participant