Hi,
I am creating folder in assets folder which consist image and json file. While running ionic serve it get added in www->assets but when i m running in browser or device. I am getting 404. I can’t see neither in network nor in source.
I seen somewhere people suggesting gulp.js to load. Can anyone help me how to resolve this by using gulp or any other option.
Path is not wrong. I m loading json file in json. but getting error 404 and I am sure it is not wrong path. I read somewhere when we build app unused file and folder not added to the project. am I right ?