Quasar Not Updating File in Cordova
-
when I run the command
quasar dev -m cordova -T android, I get my app working properly on my phone as I use my phone instead of the emulator, but when I run Cordova run android, what I see is different from what I get when I run the first command. The confusing aspect is that when I run Cordova build, all image file is missing. -
use the quasar cli
quasar build -m cordova -T android
. -
@metalsadman Thanks, I will try it out
-
@metalsadman Thanks, it worked