I'm building an ionic 3 app.
I created a JSON file in src/assets/data/markers.json
and added some images in src/assets/img/image.png
When i run ionic serve
i see my new files in VS Code in the www folder, but i don't see them in chrome or firefox in the sources tab.
I even created a new project and pasted the src folder in the new project, but still no luck..
Any help much appreciated!