You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs ask us to npm install --save-dev @capacitor/assets but then a few lines later we are using npx so we just added it to our package.json it for no reason?
Why does it always delete icons under src/assets/icons? I have never asked it to delete these and there is no option not to? Why be destructive? Just leave them there, they don't hurt nobody, or ask me if I want them deleted. These are in the damn assets folder, a folder that we might use within our app.
Why is there no option to generate notification icons? We need a post-generate script that copies an icon to res/drawable because by itself, there is only a splash screen in there.
The text was updated successfully, but these errors were encountered:
excuse my tone, there was general frustration in working with capacitor that lead up to my tone, I will try and get a PR up to fix the things I mentioned
Hi guys,
npm install --save-dev @capacitor/assets
but then a few lines later we are usingnpx
so we just added it to our package.json it for no reason?src/assets/icons
? I have never asked it to delete these and there is no option not to? Why be destructive? Just leave them there, they don't hurt nobody, or ask me if I want them deleted. These are in the damn assets folder, a folder that we might use within our app.res/drawable
because by itself, there is only a splash screen in there.The text was updated successfully, but these errors were encountered: