What’s the best practice for image assets in Ionic 2? I have a bunch of SVGs I want to use as non-system icons. I found some older tips on using Gulp but it seems Ionic team has
in my case, I had to replace /assets/img/... with assets/img/... (removed the / )
/assets/img/...
assets/img/...
the first works in ionic serve but not on Android