angular - Copying images to device in Ionic 3 -
i'm having problem images in ionic 3. i've seen solutions use gulpfile.js
or ionic.config.js
copy them build folder, neither file exists in project. far i've added them www/images
, these not copied on when deploying device. i've added them src/assets
, these not copied.
how images copied device?
i found solution, added image directly assets
folder, not in assets/img
, , works when deploying device.
Comments
Post a Comment