question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

icons folder in public not copied to capacitor public folder

See original GitHub issue

icons folder @ public/icons not copy to src-capacitor/ios/App/App/public when build with quasar build -m capacitor -T ios --skip-pkg

"@capacitor/android": "^3.0.0-beta.6",
    "@capacitor/app": "^0.3.5",
    "@capacitor/cli": "^3.0.0-beta.6",
    "@capacitor/core": "^3.0.0-beta.6",
    "@capacitor/device": "^0.5.5",
    "@capacitor/haptics": "^0.3.5",
    "@capacitor/ios": "^3.0.0-beta.6",
    "@capacitor/keyboard": "^0.5.5",
    "@capacitor/splash-screen": "^0.3.3",
    "@capacitor/status-bar": "^0.4.5"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rstoenescucommented, Mar 21, 2021

(which is where you should guard it, if you want)

0reactions
rstoenescucommented, Mar 21, 2021

Also, the src-capacitor/www/index.html gets created from your /src/index.template.html file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to only copy the images over and not regenerate? #248
I took another look at this and copyToNativeProject doesn't do any regeneration. It merely copies over the files already generated in your resources...
Read more >
Do I store Image assets in public or src in reactJS?
In react best practices we keep an assets folder inside the src which may contain top-level CSS, images, and font files. Share.
Read more >
How to access to "assets/public/assets" directory with ...
I have a problem with the Filesystem capacitor plugin which tells me that the accessible folder with the variable: “FilesystemDirectory.
Read more >
problem getting my ionic/capacitor app to build
I just made a www folder and stuck in the index.html file from the public folder in there. Then I ran an `npx...
Read more >
App Handling Assets
Every file and folder from the “public” folder are copied into your production build as-is, no matter what. WARNING. When not building a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found