Update project Cordova
-
Update project Cordova
How do I synchronize the latest design changes with Quasar Framework with the project contained in the “cordova” subdirectory?
Thank you for any help.
-
cordova
dir is totally under the control of Cordova. So if you need to update it just search on Cordova website. For example, updating Android or iOS platforms: https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/index.html#updating--removing-platforms -
-
I started with a Quasar Framework project. Until then, there was nothing “Cordova”. Afterwards I went there and updated my Quasar project, to update Cordova App, with a new wrapper command?
-
Don’t really understand the question.
-
You need to run
quasar build
orquasar build ios
.www
folder with Cordova source is symlinked to thedist
one from quasar. thencordova build [platform]
-
@kosciak “dist” directory is a link to “www” of Cordova project!?
-
The other way around.
quasar-project/dist
is linked toquasar-project/cordova/www
:Look on the right, the properties. Also in the Atom’s tree view
www
is different, cause it’s a link. -
@kosciak ok! Tks for help