-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
The readme explains that until ionic-team/capacitor#1892 is integrated in Capacitor 3 one can run precapcopyweb instead of npx cap copy web. However, I understand some steps are required beforehand, which are not specified in the readme file.
- Build the web assets, using
ionic buildfor example. - (optional) Manually copy the web assets from the
build/directory to a separatewwwdirectory, so www-specific files are not copied from thebuilddirectory to android and ios directories. Change thewebDirparameter towwwin capacitor.config.json, so precapcopyweb knows where to place its www-specific files. - Run precapcopyweb.
Is my understanding correct? Maybe we could add these steps to the readme for newbies like me?
Metadata
Metadata
Assignees
Labels
No labels